Refactor template files to fit current repository

features/repository_template_merge
Matija Koželj 2 years ago
parent 2d7f29b488
commit 2eecf82cc8

@ -14,7 +14,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for this? 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: options:
- label: I have searched the existing issues - label: I have searched the existing issues
required: true required: true

@ -9,7 +9,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for this? 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: options:
- label: I have searched the existing issues - label: I have searched the existing issues
required: true required: true

25
.gitignore vendored

@ -413,24 +413,17 @@ FodyWeavers.xsd
*.vsix *.vsix
#ignore all in root folder except the allowed values #ignore all in root folder except the allowed values
** /*
!.editorconfig !.editorconfig
!.gitignore !.gitignore
!LICENSE !LICENSE
!README.mdf !README.mdf
!*.[Ss][Ll][Nn] !*.[Ss][Ll][Nn]
!.gitea/** !/.gitea
!build/** !/build
!docs/** !/docs
!examples/** !/examples
!src/** !/src
!tests/** !/tests
!tools/** !/tools
!*.[Ss][Ll][Nn] !/*.[Ss][Ll][Nn]
!.gitea
!build
!docs
!examples
!src
!tests
!tools

@ -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) [![AGPL v3.0 License](https://img.shields.io/badge/License-AGPLv3.0-blue)](${REPO_LINK}/LICENSE)

Loading…
Cancel
Save