From 723828055a3b916859264c0a289cba093e2a9e00 Mon Sep 17 00:00:00 2001 From: chiedo Date: Mon, 1 Feb 2021 11:59:03 -0500 Subject: [PATCH 1/3] Minor --- .github/workflows/60-days-stale-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/60-days-stale-check.yml b/.github/workflows/60-days-stale-check.yml index 5da13a047951..e01a14b9414b 100644 --- a/.github/workflows/60-days-stale-check.yml +++ b/.github/workflows/60-days-stale-check.yml @@ -12,7 +12,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.' - stale-pr-message: 'This PR is stale because it has been open 60 days with no activity.' + stale-pr-message: 'This PR is stale because it has been open 60 days with no activity' days-before-stale: 60 days-before-close: -1 only-labels: 'engineering' From 4cf8e582956930ceddc8df5f554e7cff6d6c93fe Mon Sep 17 00:00:00 2001 From: Armomboon1 Date: Thu, 4 Nov 2021 14:21:59 +0700 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++++ .../ISSUE_TEMPLATE/improve-existing-docs.md | 5 +++-- .github/ISSUE_TEMPLATE/improve-the-site.md | 3 ++- 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000000..bbcbbe7d6155 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**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** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.md b/.github/ISSUE_TEMPLATE/improve-existing-docs.md index 26d822b9a4be..5bf37388d93c 100644 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.md +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.md @@ -2,10 +2,11 @@ name: Improve existing docs about: Make a suggestion to improve our existing documentation. title: '' -labels: -- content +labels: '' assignees: '' + --- + diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.md b/.github/ISSUE_TEMPLATE/improve-the-site.md index a79f8ed1008d..51e361e554e1 100644 --- a/.github/ISSUE_TEMPLATE/improve-the-site.md +++ b/.github/ISSUE_TEMPLATE/improve-the-site.md @@ -2,8 +2,9 @@ name: Improve the docs.github.com site about: Make a suggestions or report a problem on the docs.github.com website. title: '' -labels: engineering +labels: '' assignees: '' + ---