Skip to content
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

Merged
merged 5 commits into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Checklist
Before submitting your pull request, ensure the following:

### Pull Request Title Standard
- [ ] The pull request title follows the standard: [Pull Request Naming Conventions](https://github.com/gelecekbilimde/gelecekbilimde-backend/blob/main/CONTRIBUTING.md#pull-request-title-standard).

### 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.

### Reviewers and Assignees
- [ ] Default reviewers have been assigned to this pull request (all team members).
- [ ] Assignees have been added if necessary.

### Labels and Associations
- [ ] No specific actions are required in the Labels and Associations section for this pull request.
Loading