mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Some meta improvements [skip ci]
This commit is contained in:
13
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -5,21 +5,22 @@ about: Create a report to help Firefly III improve
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Bug description**
|
**Bug description**
|
||||||
I am running Firefly III version x.x.x
|
I am running Firefly III version x.x.x, and my problem is:
|
||||||
|
|
||||||
(please give a clear and concise description of what the bug is)
|
<!-- Replace the version and describe your problem, or your issue will be closed. -->
|
||||||
|
|
||||||
**Steps to reproduce**
|
**Steps to reproduce**
|
||||||
What do you need to do to trigger this bug?
|
<!-- What do you need to do to trigger this bug? -->
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
What do you expect to see after those steps?
|
<!-- What do you expect to see after those steps? -->
|
||||||
|
|
||||||
**Extra info**
|
**Extra info**
|
||||||
Please add extra info here, such as OS, browser, and the output from the /debug page of your Firefly III installation (click the version at the bottom).
|
<!-- Please add extra info here, such as OS, browser, and the output from the /debug page of your Firefly III installation (click the version at the bottom). -->
|
||||||
|
|
||||||
**Bonus points**
|
**Bonus points**
|
||||||
Earn bonus points by:
|
<!-- Earn bonus points by:
|
||||||
|
|
||||||
- Post a stacktrace from your log files
|
- Post a stacktrace from your log files
|
||||||
- Add a screenshot
|
- Add a screenshot
|
||||||
|
-->
|
17
.github/ISSUE_TEMPLATE/Custom.md
vendored
17
.github/ISSUE_TEMPLATE/Custom.md
vendored
@@ -7,21 +7,18 @@ about: Ask away!
|
|||||||
I am running Firefly III version x.x.x
|
I am running Firefly III version x.x.x
|
||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
|
<!-- (if relevant of course) -->
|
||||||
|
|
||||||
|
|
||||||
**Steps to reproduce**
|
|
||||||
(if relevant of course)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Extra info**
|
**Extra info**
|
||||||
Please add extra info here, such as OS, browser, and the output from the `/debug`-page of your Firefly III installation (click the version at the bottom).
|
<!-- Please add extra info here, such as OS, browser, and the output from the `/debug`-page of your Firefly III installation (click the version at the bottom). -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Bonus points**
|
**Bonus points**
|
||||||
Earn bonus points by:
|
<!-- Earn bonus points by:
|
||||||
|
|
||||||
- Add a screenshot
|
- Add a screenshot
|
||||||
- Replicate the problem on the demo site https://demo.firefly-iii.org/
|
- Make a drawing
|
||||||
|
- Donate money (just kidding ;)
|
||||||
|
- Replicate the problem on the demo site https://demo.firefly-iii.org/
|
||||||
|
-->
|
15
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
15
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -5,17 +5,20 @@ about: Suggest an idea or feature for Firefly III
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
|
<!--
|
||||||
Please describe your feature request:
|
Please describe your feature request:
|
||||||
|
|
||||||
- I would like Firefly III to do X.
|
- I would like Firefly III to do ABC.
|
||||||
- What if you would add feature Y?
|
- What if you would add feature XYZ?
|
||||||
- Firefly III doesn't do Z.
|
- Firefly III doesn't do DEF.
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
**Solution**
|
**Solution**
|
||||||
Describe what your feature would add to Firefly III.
|
<!-- Describe what your feature would add to Firefly III. -->
|
||||||
|
|
||||||
**What are alternatives?**
|
**What are alternatives?**
|
||||||
Please describe what alternatives currently exist.
|
<!-- Please describe what alternatives currently exist. -->
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context or screenshots about the feature request here.
|
<!-- Add any other context or screenshots about the feature request here. -->
|
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@@ -13,6 +13,8 @@ exemptLabels:
|
|||||||
- enhancement
|
- enhancement
|
||||||
- feature
|
- feature
|
||||||
- bug
|
- bug
|
||||||
|
- possible-bug
|
||||||
|
- announcement
|
||||||
|
|
||||||
# Set to true to ignore issues in a project (defaults to false)
|
# Set to true to ignore issues in a project (defaults to false)
|
||||||
exemptProjects: false
|
exemptProjects: false
|
||||||
|
Reference in New Issue
Block a user