diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 66% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index 0d109a2..974938c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ -# - #### Changes [//]: # (Shortly describe your changes below) [//]: # (Use words like `added`, `removed`, `fixed`, `updated`) @@ -10,7 +8,6 @@ [//]: # (Feel free to add your own items) [//]: # (Also check items that are not applicable) -- [X] I have read the contribution [guide](../../CONTRIBUTING.md) -- [X] I accept the [code](../../CODE_OF_CONDUCT.md) of conduct +- [X] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct - [ ] Updated readme if needed - [ ] Updated tests where necessary