From 4435ad5faab0e053bfecebbcfc20391c6e978f8e Mon Sep 17 00:00:00 2001 From: bruno Date: Sat, 7 Oct 2023 17:45:21 -0300 Subject: [PATCH] 73 - Update on pull request template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 59092e6..1e75adc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,7 +16,7 @@ _Put an `x` in the boxes that apply_ ## Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ -- [ ] I have read the [CONTRIBUTING](https://github.com/brunohjs/rasa-model-report/blob/main/CONTRIBUTING.md) doc +- [ ] I have read the [CONTRIBUTING](https://github.com/brunohjs/rasa-model-report/blob/main/CONTRIBUTING.md#-contributingsubmitting-changes) doc - [ ] Lint and unit tests pass locally with my changes - [ ] I have added or updated tests that prove my fix is effective or that my feature works (if appropriate) - [ ] I have added or updated necessary documentation (if appropriate)