Skip to content

Commit

Permalink
Chore/issue formatting (#19)
Browse files Browse the repository at this point in the history
* Improved issue formatting

* Updated stale config to test the bot sooner
  • Loading branch information
donhector authored Nov 22, 2021
1 parent cbb2dfa commit 9debe36
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ assignees: ''

---

### Describe the bug
#### Describe the bug

A clear and concise description of what the bug is.

### Steps to reproduce
#### Steps to reproduce

Provide a link to a live example, or an unambiguous set of steps to
reproduce this bug. Include code to reproduce, if relevant
Expand All @@ -21,28 +21,28 @@ reproduce this bug. Include code to reproduce, if relevant
3. Scroll down to '....'
4. See error

### Expected behavior
#### Expected behavior

A clear and concise description of what you expected to happen.

### Possible Solution
#### Possible Solution

Not obligatory, but suggest a fix/reason for the bug,
or ideas how to implement the addition or change

### Screenshots
#### Screenshots

If applicable, add screenshots to help explain your problem.

### Your Environment
#### Your Environment

Include as many relevant details about the environment you experienced the bug in

- OS: [e.g. Windows, Debian]
- Browser [e.g. chrome, safari]
- Versions [e.g. 22]

### Context
#### Context

How has this issue affected you? What are you trying to accomplish?
Providing context helps us come up with a solution that is most useful in the real world
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ assignees: ''

---

### Is your feature request related to a problem? Please describe
#### 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
#### Describe the solution you'd like

A clear and concise description of what you want to happen.

### Describe alternatives you've considered
#### Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

### Additional context
#### Additional context

Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ assignees: ''

---

### Ask us a question
#### Ask us a question

Your question goes here
8 changes: 4 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 90
# Number of days of inactivity before an Issue or Pull Request becomes stale. ie: 90
daysUntilStale: 1

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. ie: 30
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 30
daysUntilClose: 2

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []
Expand Down

0 comments on commit 9debe36

Please sign in to comment.