Skip to content

Commit

Permalink
Update GitHub Issues settings (#1436)
Browse files Browse the repository at this point in the history
This commit updates two settings relating to Rouge's Issues section:

1. it prevents issues marked with the lexer-request tag from being
   marked as stale;
   
2. suggests a user filing a lexer bug include a link to the code sample
   on rouge.jneen.net.
  • Loading branch information
pyrmont committed Feb 11, 2020
1 parent 03d8a43 commit 55a502b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/lexer-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ A sample of the code that produces the bug.
<insert code>
```

**Screenshots**
If applicable, add screenshots to help explain your problem.
It also helps if you can provide a link to a code sample on [rouge.jneen.net][dingus].

**Additional context**
Add any other context about the problem here.

[dingus]: http://rouge.jneen.net/
5 changes: 3 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ daysUntilStale: 365
daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- security
- lexer-request
- pr-open
- security
# Label to use when marking an issue as stale
staleLabel: stale-issue
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not
had any activity for more than a year. It will be closed if no additional
activity occurs within the next 14 days.
If you would like this issue to remain open, please reply and let us know if
the issue is still reproducible.
# Comment to post when closing a stale issue. Set to `false` to disable
Expand Down

0 comments on commit 55a502b

Please sign in to comment.