-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sync): add feature_request to syncing
- Loading branch information
1 parent
310ae90
commit 685babc
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
--> |