github chores update

This commit is contained in:
Aditya Telange 2024-03-08 11:18:40 +05:30 committed by GitHub
parent 9e7a589f2c
commit b5f7118d82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 25 deletions

View File

@ -2,4 +2,4 @@ blank_issues_enabled: false
contact_links:
- name: 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.

View File

@ -1,7 +0,0 @@
---
name: New Blank Issue
about: Anything other than bug report
title: ""
labels: ""
assignees: ""
---

7
.github/ISSUE_TEMPLATE/proposal.md vendored Normal file
View File

@ -0,0 +1,7 @@
---
name: Proposal
about: Propose a new feature or change to a feature for Hugo-PaperMod.
title: ""
labels: "enhancement"
assignees: ""
---

17
.github/stale.yml vendored
View File

@ -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