-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#84 | Add pull request template for standardized submissions #144
Conversation
(Provide any additional context or comments related to this pull request. For example, discuss any potential impacts on other parts of the codebase, or mention any known issues.) | ||
|
||
### Screenshots (if applicable) | ||
(Include screenshots of the changes if it affects the user interface. This helps reviewers understand the changes better.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Burayı tamamen checklist olacak şekilde madde madde ayırmamız daha iyi olabilir. Issue'yu linklememize ihtiyaç kalmıyor çünkü Pull Request üzerinden ilişkilendiriyoruz. Ekran görüntüsü ihtiyacımız da olacağını sanmıyorum. O yüzden tamamen checklistlerden oluşacak şekilde düzenleyebilirsek çok daha kullanışlı olabilir.
Örneğin;
Checklist
Before submitting your pull request, ensure the following:
-
Title and Branch Naming Conventions:
- The pull request title follows the
standard: Pull Request Naming Conventions. - The branch name follows one of the conventions outlined in
the Branch Naming Conventions.
- The pull request title follows the
-
Local Testing:
- I have tested my changes locally on Postman, and they are working as expected.
-
Code Quality:
- The code is formatted according to the project's coding guidelines and style.
- The code has been reviewed to ensure its quality.
- The code does not contain any issues flagged by SonarLint.
-
Documentation:
- Necessary documentation has been added or existing documentation has been updated, specifically detailing changes made in Postman.
-
Testing:
- Relevant unit tests have been written and included.
- Relevant integration tests have been written and included.
-
Reviewers and Assignees:
- Default reviewers have been assigned to this pull request.
- Assignees have been added if necessary.
-
Labels and Associations:
- No specific actions are required in the Labels and Associations section for this pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Template'i gözden geçirmekte fayda var
No description provided.