diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..0e9e3b02 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Describe your changes +Issue ticket number and link +Checklist before requesting a review + I have performed a self-review of my code + If it is a core feature, I have added thorough tests + Do we need to implement analytics? + Will this be part of a product update? If yes, please write one phrase about this update diff --git a/README.md b/README.md index 6f951317..1d44aaa5 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ 8. For github actions: - create PAT (Personal Access Token) with **Full control of private repositories** and **Full control of orgs and teams, read and write org projects** -- add to repository actions secrets key with the name `PAT` and the value of the created PAT +- add to repository actions secrets key with the name `PAT` and the value of the created PAT