github chores update
This commit is contained in:
parent
9e7a589f2c
commit
b5f7118d82
|
@ -2,4 +2,4 @@ blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: PaperMod Discussions
|
- name: PaperMod Discussions
|
||||||
url: https://github.com/adityatelange/hugo-PaperMod/discussions
|
url: https://github.com/adityatelange/hugo-PaperMod/discussions
|
||||||
about: Please ask and answer questions/doubts here, do not open an issue for questions.
|
about: Please ask and answer questions/doubts here, DO NOT open an issue for questions.
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
name: New Blank Issue
|
|
||||||
about: Anything other than bug report
|
|
||||||
title: ""
|
|
||||||
labels: ""
|
|
||||||
assignees: ""
|
|
||||||
---
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
name: Proposal
|
||||||
|
about: Propose a new feature or change to a feature for Hugo-PaperMod.
|
||||||
|
title: ""
|
||||||
|
labels: "enhancement"
|
||||||
|
assignees: ""
|
||||||
|
---
|
|
@ -1,17 +0,0 @@
|
||||||
# Number of days of inactivity before an issue becomes stale
|
|
||||||
daysUntilStale: 7
|
|
||||||
# Number of days of inactivity before a stale issue is closed
|
|
||||||
daysUntilClose: 3
|
|
||||||
# Issues with these labels will never be considered stale
|
|
||||||
exemptLabels:
|
|
||||||
- pinned
|
|
||||||
- keep
|
|
||||||
# Label to use when marking an issue as stale
|
|
||||||
staleLabel: stale
|
|
||||||
# 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
|
|
||||||
recent activity. It will be closed if no further activity occurs. Thank you
|
|
||||||
for your contributions.
|
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
||||||
closeComment: false
|
|
Loading…
Reference in New Issue