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

GBS-45 | Changes in pull request template and contributing.md file #171

Merged
merged 3 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
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
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.

Loading