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
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

@ -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

25
.gitignore vendored

@ -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
!/.gitea
!/build
!/docs
!/examples
!/src
!/tests
!/tools
!/*.[Ss][Ll][Nn]

@ -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)

Loading…
Cancel
Save