Skip to content

Commit

Permalink
* bug fix template
Browse files Browse the repository at this point in the history
* CONTRIBUTING.md
  • Loading branch information
oriroza committed Dec 18, 2023
1 parent 7d78dbc commit 9121ddc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,11 @@ The tests will be executed, and the results will be displayed in the console.
## Support & Contribution
For guidance on support & contribution, see the contributing [guidelines](https://github.com/Ori-Roza/drf-api-action/blob/master/CONTRIBUTING.md).
For guidance on support & contribution, see the [contributing guidelines](https://github.com/Ori-Roza/drf-api-action/blob/master/docs/CONTRIBUTING.md).
## Bug Report
For guidance on how to open a bug, see the [bug report template](https://github.com/Ori-Roza/drf-api-action/blob/master/docs/BUG_REPORT.md).
## Example
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md → docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Closes #IssueNumber

## Checklist

- [ ] I have read the [contribution guidelines](https://github.com/Ori-Roza/drf-api-action/blob/master/CONTRIBUTING.md) and followed the process outlined there.
- [ ] I have read the [contribution guidelines](https://github.com/Ori-Roza/drf-api-action/blob/master/docs/CONTRIBUTING.md) and followed the process outlined there.
- [ ] My code follows the project's coding standards.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
Expand Down

0 comments on commit 9121ddc

Please sign in to comment.