diff --git a/.github/PROCESS.md b/.github/PROCESS.md index 622834133a..515cac91cc 100644 --- a/.github/PROCESS.md +++ b/.github/PROCESS.md @@ -64,7 +64,7 @@ If the issue is a support question, the submitter should be redirected to our [f ### Incomplete Template -If the issue template has not been filled out completely, the issue should be closed and locked. The submitter should be informed top re-submit the issue making sure they fill the form out completely. Use the `ionitron: missing template` label to accomplish this. +If the issue template has not been filled out completely, the issue should be closed and locked. The submitter should be informed to re-submit the issue making sure they fill the form out completely. Use the `ionitron: missing template` label to accomplish this. ### Issues with Open Questions @@ -77,7 +77,7 @@ NOTE: be sure to perform those actions in the order stated. If you add the comme If there is a response to the question, the bot will remove the `needs: reply` and apply the `triage` label. The issue will then go through the triage handling again. -if there is no response within 30 days, the issue will be closed and locked. +If there is no response within 30 days, the issue will be closed and locked. ## Workflow @@ -248,4 +248,4 @@ Hotfixes bypass `master` and should only be used for urgent fixes that can't wai 1. Rewrite the commit message to `merge release-[VERSION]` with the proper release branch. For example, if this release is for `4.5.0`, the message would be `merge release-4.5.0`. -1. Submit a pull request from the release branch into `master`. Merge this pull request using the same commit format in the last step, to ensure any changes made on the release branch get added to future releases. \ No newline at end of file +1. Submit a pull request from the release branch into `master`. Merge this pull request using the same commit format in the last step, to ensure any changes made on the release branch get added to future releases.