Skip to content

Commit

Permalink
feat(sync): add feature_request to syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 2, 2024
1 parent 310ae90 commit 685babc
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ ssi-dk/SCDB:
repo:
name: SCDB

- source: templates/feature_request.md
dest: .github/ISSUE_TEMPLATE/feature_request.md
template:
repo:
name: SCDB


ssi-dk/diseasy:
- source: templates/_pkgdown.yml
Expand All @@ -118,6 +124,12 @@ ssi-dk/diseasy:
repo:
name: diseasy

- source: templates/feature_request.md
dest: .github/ISSUE_TEMPLATE/feature_request.md
template:
repo:
name: diseasy


ssi-dk/diseasystore:
- source: templates/_pkgdown.yml
Expand All @@ -131,3 +143,9 @@ ssi-dk/diseasystore:
template:
repo:
name: diseasystore

- source: templates/feature_request.md
dest: .github/ISSUE_TEMPLATE/feature_request.md
template:
repo:
name: diseasystore
48 changes: 48 additions & 0 deletions templates/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Feature suggestion
about: Is there any feature you think the package is missing?
title: 'FEATURE: '
labels: enhancement
assignees: ''

---
<!--
Thank you for your interest in improving the {{ repo.name }} package!
In order to more easily identify feature requests which may be arbitrarily old, please give a very brief explanation of the feature in the title.
For example (inspired by previously added features):
* Support for SQLite
* Testing with a Postgres container in GitHub Actions
* Refactor the Logger instance to a separate object
If your feature is simple and you already have a fork implementing this feature, feel free to skip this issue and open a pull request instead!
-->
**Describe the feature**
<!--
What is this feature supposed to do?
Be as brief as possible (although not as brief as the title); you may expand on it below.
-->

**What use will this feature have?**
<!--
Does the feature improve user-friendliness?
Does it address compatibility or security issues?
Does it provide significant performance improvements?
-->

**Who should add the feature?**
<!--
Is this something you are willing to add yourself, or do you need help with anything?
Will the feature possibly break something, therefore putting it on the roadmap for longer-term implementation?
{% if repo.name == 'SCDB' %}
See also "Contributing to {{ repo.name }}": https://github.com/ssi-dk/{{ repo.name }}/wiki/Contributing-to-{{ repo.name }})?
{% endif %}
-->


**Additional context**
<!--
Is there anything else we should know?
-->

0 comments on commit 685babc

Please sign in to comment.