diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 21 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/major-feature-request.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/minor-feature-request.md | 2 |
3 files changed, 23 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..ebe6c0e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,21 @@ +--- +name: Enhancement +about: Suggest a small enhancement for org-roam-ui. This isn't so much new functionality as much as it is making current functionality a little bit better, such as descreasing the font size of some element, or trying to make a certain component more performant. +title: "[ENH]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. Try to be descriptive, e.g. "increase the contrast" here instead of "make this look better". +The more descriptive you are the quicker I'll probably get to it! + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/major-feature-request.md b/.github/ISSUE_TEMPLATE/major-feature-request.md index 336eba8..e47a3e9 100644 --- a/.github/ISSUE_TEMPLATE/major-feature-request.md +++ b/.github/ISSUE_TEMPLATE/major-feature-request.md @@ -7,7 +7,7 @@ assignees: '' --- -** Have you checked whether this feature is not already on the [project board](https://github.com/org-roam/org-roam-ui/projects/2)? +**Have you checked whether this feature is not already on the [project board](https://github.com/org-roam/org-roam-ui/projects/2)?** No diff --git a/.github/ISSUE_TEMPLATE/minor-feature-request.md b/.github/ISSUE_TEMPLATE/minor-feature-request.md index 5a69686..ea6e8d6 100644 --- a/.github/ISSUE_TEMPLATE/minor-feature-request.md +++ b/.github/ISSUE_TEMPLATE/minor-feature-request.md @@ -8,7 +8,7 @@ assignees: '' --- -** Have you checked whether this feature is not already on the [project board](https://github.com/org-roam/org-roam-ui/projects/2)? +**Have you checked whether this feature is not already on the [project board](https://github.com/org-roam/org-roam-ui/projects/2)?** No |