diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0aa1f03..98422f3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,24 +1,29 @@ + Resolves #ISSUE_NUMBER ----- +--- ### Before the change? + -* +- ### After the change? + -* +- ### Pull request checklist + - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) ### Does this introduce a breaking change? + Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help! @@ -26,5 +31,4 @@ Please see our docs on [breaking changes](https://github.com/octokit/.github/blo - [ ] Yes - [ ] No ----- - +--- diff --git a/.github/workflows/immediate-response.yml b/.github/workflows/immediate-response.yml index 9f48fd0..786c1c8 100644 --- a/.github/workflows/immediate-response.yml +++ b/.github/workflows/immediate-response.yml @@ -25,4 +25,4 @@ jobs: 👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a [process in place](https://github.com/octokit/.github/blob/main/community/prioritization_response.md#overview) for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with `Status: Up for grabs`. - You & others like you are the reason all of this works! So thank you & happy coding! 🚀 \ No newline at end of file + You & others like you are the reason all of this works! So thank you & happy coding! 🚀