Issue templates
This commit is contained in:
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Topgrade might be misbehaving
|
||||
labels: is:bug
|
||||
---
|
||||
|
||||
**What did you expect to happen?**
|
||||
...
|
||||
|
||||
|
||||
**What actually happened?**
|
||||
...
|
||||
|
||||
|
||||
**Additional details:**
|
||||
- Which operating system or Linux distribution are you using?
|
||||
- How did you install Topgrade?
|
||||
|
||||
<details><pre>
|
||||
Paste the output of `topgrade -v`
|
||||
</pre></details>
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Can you please supprt...?
|
||||
labels: is:new
|
||||
---
|
||||
|
||||
**Describe the feature**
|
||||
***Are you suggesting a new step?***
|
||||
- Which tool is this about? Where is its repository?
|
||||
- Which operating systems are supported by this tool?
|
||||
- What should Topgrade do to figure out if the tool needs to be invoked?
|
||||
- Which exact commands should Topgrade run?
|
||||
|
||||
***Are you suggesting some general feature?***
|
||||
Go ahead and tell me
|
||||
|
||||
**System information**
|
||||
<details><pre>
|
||||
Place the output of `M-x doom/info` or `~/.emacs.d/bin/doom info` here.
|
||||
</pre></details>
|
||||
Reference in New Issue
Block a user