Skip to content

Commit

Permalink
docs: update pr template and contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii committed Aug 27, 2024
1 parent 4be57e6 commit 1654660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ After making the changes in the fork you want to work with, you can throw a pull
## Send Pull Request
After making the contribution you want to make, you have reached the stage of sending it as a PR request.

Before send a PR;
Before send a PR:
+ Be sure to document the necessary places in the code.
+ Make sure the code is readable.

There are some points to be considered for an understandable PR;
There are some points to be considered for an understandable PR:
+ The PR title should be short and concise and give information about the PR.
+ Changes should be noted in the PR statement, reviewers should understand the purpose of PR.
+ If there are, possible errors and conflicts that may occur in the case of combining the PR should be mentioned.
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ After making the contribution you want to make, you have reached the stage of se
Before send a PR:
- Be sure to document the necessary places in the code.
- Make sure the code is readable.

There are some points to be considered for an understandable PR:
- The PR title should be short and concise and give information about the PR.
- Changes should be noted in the PR statement, reviewers should understand the purpose of PR.
Expand Down

0 comments on commit 1654660

Please sign in to comment.