summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-12 20:05:23 +0200
committerGitHub <[email protected]>2021-10-12 20:05:23 +0200
commitd35d3d7be76701b9146c5efb84cd9defd4fc69ae (patch)
tree88483214ae559ee0b47edb815f29bc32025a2df5
parent50ebd6c39b40b9b22cd34d932fa9aa5cc334ff37 (diff)
add: new enhancement issue template
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement.md21
1 files changed, 21 insertions, 0 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.