mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Clean up templates and issues (#954)
* clean up templates and issues * fix some title-casing
This commit is contained in:
parent
a4d020423f
commit
e37fe2e4ce
5 changed files with 100 additions and 57 deletions
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,20 +7,36 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
## Bug report
|
||||
## Bug Report
|
||||
<!--
|
||||
Hello, and thank you for reporting an issue!
|
||||
Please fill out the points below, as it will make our process much easier.
|
||||
-->
|
||||
|
||||
Hello! Thank you for reporting an issue!
|
||||
If you would fill out the below points, that would make our process a whole lot easier!
|
||||
<!-- Please tell us about your environment -->
|
||||
### Environment
|
||||
- Jrnl version: <!-- Run `jrnl -v` -->
|
||||
- Install method: <!-- How did you install jrnl? (pipx, brew, etc) -->
|
||||
- OS <!-- What is your operating system? (MacOS, Linux, Windows) -->
|
||||
|
||||
* **Please tell us about your environment:**
|
||||
- Jrnl version: (run `jrnl -v`)
|
||||
- How you installed Jrnl
|
||||
- Operating system [MacOS, Linux, Windows?]
|
||||
### Current Behavior
|
||||
<!--
|
||||
Please put a short description of what is currently happening.
|
||||
-->
|
||||
|
||||
* **What is the current behavior?**
|
||||
### Expected Behavior
|
||||
<!--
|
||||
Please write a short description of what you would expect to happen
|
||||
(instead of what is currently happening).
|
||||
-->
|
||||
|
||||
* **Please provide the steps to reproduce and if possible a minimal demo of the problem**
|
||||
### Repro Steps
|
||||
<!--
|
||||
Please provide the steps to reproduce the problem. It is important for you to
|
||||
be as precise as possible here, since more info will let us help you faster.
|
||||
-->
|
||||
|
||||
* **What is the expected behavior?**
|
||||
|
||||
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
|
||||
### Other Information
|
||||
<!-- (e.g. more detailed explanation, stacktraces, related
|
||||
issues, suggestions how to fix, links for us to have context, eg.
|
||||
stackoverflow, gitter, etc) -->
|
||||
|
|
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -8,12 +8,24 @@ assignees: ''
|
|||
---
|
||||
|
||||
## Feature Request
|
||||
<!--
|
||||
Hello, and thank you for reporting an issue!
|
||||
Please fill out the points below, as it will make our process much easier.
|
||||
-->
|
||||
|
||||
Hello! Thank you for reporting an issue!
|
||||
If you would fill out the below points, that would make our process a whole lot easier!
|
||||
### Use Case/Motivation
|
||||
<!--
|
||||
What is the motivation / use case for changing the behavior?
|
||||
-->
|
||||
|
||||
* **What is the motivation / use case for changing the behavior?**
|
||||
### Example Usage
|
||||
<!--
|
||||
Please provide examples of the usage you would like to see.
|
||||
e.g `jrnl --new-flag="super cool new feature"`
|
||||
-->
|
||||
|
||||
* **Please provide examples of the usage**
|
||||
|
||||
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
|
||||
### Other information
|
||||
<!--
|
||||
Please provide any other relevant info about this request (e.g. stacktraces,
|
||||
related issues, suggestions how to fix, etc)
|
||||
-->
|
||||
|
|
39
.github/ISSUE_TEMPLATE/support_request.md
vendored
39
.github/ISSUE_TEMPLATE/support_request.md
vendored
|
@ -7,20 +7,33 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
## Support request
|
||||
## Support Request
|
||||
<!--
|
||||
Hello, and thank you for reporting an issue!
|
||||
Please fill out the points below, as it will make our process much easier.
|
||||
-->
|
||||
|
||||
Hello! Thank you for reporting an issue!
|
||||
If you would fill out the below points, that would make our process a whole lot easier!
|
||||
### Environment
|
||||
<!--
|
||||
Please tell us about your environment
|
||||
-->
|
||||
- Jrnl version: <!-- Run `jrnl -v` -->
|
||||
- Install method: <!-- How did you install jrnl? (pipx, brew, etc) -->
|
||||
- OS <!-- What is your operating system? (MacOS, Linux, Windows) -->
|
||||
|
||||
* **Please tell us about your environment:**
|
||||
### What are you trying to do?
|
||||
<!--
|
||||
Please write a short description of what is happening.
|
||||
-->
|
||||
|
||||
- Jrnl version: (run `jrnl -v`)
|
||||
- How you installed Jrnl
|
||||
### What have you tried?
|
||||
<!--
|
||||
Have you tried anything to fix the problem? This can help give us more
|
||||
information to help you with.
|
||||
-->
|
||||
|
||||
- Operating system [MacOS, Linux, Windows?]
|
||||
|
||||
* **What are you trying to do?**
|
||||
|
||||
* **What have you tried?**
|
||||
|
||||
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
|
||||
### Other Information
|
||||
<!--
|
||||
Is there anything else we should know that might be helpful?
|
||||
e.g. detailed explanation, stacktraces, related issues, suggestions how to fix
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue