Merge branch 'release' into staging

8cbdf6bb8188b660c8d1cd9073f9a9bfdf9a8cab

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +16 -12Showing whitespace changes
.github/workflows/close-stale-issues.yml+11 -11
@@ -16,21 +16,21 @@ jobs:
1616 uses: actions/stale@v4
1717 with:
1818 repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
1919 days-before-stale: 360183
2020 days-before-close: 57
2121 operations-per-run: 30
2222 remove-stale-when-updated: true
2323 enable-statistics: true
2424 stale-issue-message: >
2525 This issue has gone 36 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below.
2626 Otherwise it will be closed in 5 working7 days.
2727 stale-pr-message: >
2828 This PR is stale because it has been open 6 weeksmonths with no activity. Either remove the stale label or comment below with a short update,
2929 otherwise this PR will be closed in 57 days.
3030 close-issue-message: >
3131 This issue was automatically closed because it has been stalled for over 16 yearmonths with no activity.
3232 close-pr-message: >
3333 This pull request was automatically closed because it has been stalled for over 16 yearmonths with no activity.
3434 stale-issue-label: '⚰️ Stale'
3535 close-issue-label: '🕸️ Inactive'
3636 stale-pr-label: '⚰️ Stale'
@@ -44,8 +44,8 @@ jobs:
4444 uses: actions/stale@v4
4545 with:
4646 repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
4747 days-before-stale: 57
4848 days-before-close: 37
4949 operations-per-run: 30
5050 remove-stale-when-updated: true
5151 stale-issue-message: >
@@ -65,7 +65,7 @@ jobs:
6565 with:
6666 repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
6767 days-before-stale: 7
6868 days-before-close: 365183
6969 operations-per-run: 30
7070 remove-stale-when-updated: true
7171 stale-issue-message: Hey SillyTavern, - Don't forget to respond!
CONTRIBUTING.md+5 -1
@@ -29,4 +29,8 @@
2929 - Updating GitHub Actions.
3030 - Hotfixing a critical bug.
31314. Project maintainers will test and can change your code before merging.
32-5. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer.
32+5. Write at least somewhat meaningful PR descriptions. There's no "right" way to do it, but the following may help with outlining a general structure:
33+ - What is the reason for a change?
34+ - What did you do to achieve this?
35+ - How would a reviewer test the change?
36+6. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer.