diff --git a/.gitea/issue_template/bug.yml b/.gitea/issue_template/bug.yml index 5544a26..501abb6 100644 --- a/.gitea/issue_template/bug.yml +++ b/.gitea/issue_template/bug.yml @@ -14,7 +14,7 @@ body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered ([${REPO_NAME}/issues](${REPO_LINK}/issues?q=is%3Aissue)). More information on our issue management policies is available [here](https://git.tompit.com/connected/info/src/branch/main/docs/issue_management.md). + description: Please search to see if an issue already exists for the bug you encountered ([Connected.Framework.ServiceModel/issues](https://git.tompit.com/Connected/Connected.Framework.ServiceModel/issues?q=is%3Aissue)). More information on our issue management policies is available [here](https://git.tompit.com/connected/info/src/branch/main/docs/issue_management.md). options: - label: I have searched the existing issues required: true diff --git a/.gitea/issue_template/enhancement.yml b/.gitea/issue_template/enhancement.yml index 9139b89..7c90204 100644 --- a/.gitea/issue_template/enhancement.yml +++ b/.gitea/issue_template/enhancement.yml @@ -9,7 +9,7 @@ body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the feature you are requesting. (([${REPO_NAME}/issues](${REPO_LINK}/issues?q=is%3Aissue)). + description: Please search to see if an issue already exists for the feature you are requesting. (([Connected.Framework.ServiceModel/issues](https://git.tompit.com/Connected/Connected.Framework.ServiceModel/issues?q=is%3Aissue)). options: - label: I have searched the existing issues required: true diff --git a/.gitignore b/.gitignore index 548ff72..c0c35c1 100644 --- a/.gitignore +++ b/.gitignore @@ -413,24 +413,17 @@ FodyWeavers.xsd *.vsix #ignore all in root folder except the allowed values -** +/* !.editorconfig !.gitignore !LICENSE !README.mdf !*.[Ss][Ll][Nn] -!.gitea/** -!build/** -!docs/** -!examples/** -!src/** -!tests/** -!tools/** -!*.[Ss][Ll][Nn] -!.gitea -!build -!docs -!examples -!src -!tests -!tools \ No newline at end of file +!/.gitea +!/build +!/docs +!/examples +!/src +!/tests +!/tools +!/*.[Ss][Ll][Nn] \ No newline at end of file diff --git a/README.md b/README.md index 887e821..5d81ea9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -${REPO_NAME} +Connected.Framework.ServiceModel ============ [![AGPL v3.0 License](https://img.shields.io/badge/License-AGPLv3.0-blue)](${REPO_LINK}/LICENSE)