Skip to content

Commit

Permalink
Merge pull request #171 from gelecekbilimde/PULL_REQUEST_TEMPLATE
Browse files Browse the repository at this point in the history
GBS-45 | Changes in pull request template and contributing.md file
  • Loading branch information
Ciklamert authored Oct 12, 2024
2 parents e4501d2 + 21ac85c commit 13de2f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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).
- [ ] The pull request title follows the standard: [Pull Request Naming Conventions](https://github.com/gelecekbilimde/backend/blob/main/CONTRIBUTING.md#pull-request-naming-conventions)).

### Local Testing
- [ ] I have tested my changes locally on Postman, and they are working as expected.
Expand Down
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ To maintain a consistent commit history, start your commit messages with a keywo
- `#2 | imp: Added timestamp to API responses`
- `#3 | fix: Resolved permission error when editing user's comment`

### Pull Request Title Standard
- For pull requests, include the issue number and a brief description of the change:
- Use #<issue_number> | prefix followed by the commit type and a concise description.

## API Response Examples

Expand Down
21 changes: 0 additions & 21 deletions PULL_REQUEST_TEMPLATE.md

This file was deleted.

0 comments on commit 13de2f4

Please sign in to comment.