Skip to content

Commit 24b16db

Browse files
authored
Create pull_request_template.md
1 parent 4d280b6 commit 24b16db

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Describe your changes
2+
1.Added user softservedata to this repository.
3+
4+
2.Created branch develop as default branch.
5+
6+
3.Protected branches main and develop
7+
8+
4. Created project for this repository.
9+
10+
5. Added deploy key with name `DEPLOY_KEY` to your repository.
11+
12+
6. Created discord server and add notification when PR was created.
13+
14+
7. For github actions:
15+
- create PAT (Personal Access Token) with **Full control of private repositories** and **Full control of orgs and teams, read and write org projects**
16+
- add to repository actions secrets key with the name `PAT` and the value of the created PAT
17+
18+
## Issue ticket number and link
19+
20+
## Checklist before requesting a review
21+
- [] I have performed a self-review of my code
22+

0 commit comments

Comments
 (0)