diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 362db421..eb93445c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: - name: 💡 General questions - url: https://github.com/maartengr/bertopic/discussions + url: https://github.com/MaartenGr/BERTopic/discussions about: Ask a question there! - name: Want to contribute? - url: https://github.com/maartengr/bertopic/blob/main/CONTRIBUTING.md + url: https://github.com/MaartenGr/BERTopic/blob/master/CONTRIBUTING.md about: Head to the contributing guidelines diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a3528ff3..cc35d3d6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -27,4 +27,4 @@ body: attributes: label: Your contribution description: | - Any help on the implementation of this feature would be greatly appreciated. If you are interested in working on this, make sure to read the CONTRIBUTING.MD [readme](https://github.com/maartengr/bertopic/blob/main/CONTRIBUTING.md) + Any help on the implementation of this feature would be greatly appreciated. If you are interested in working on this, make sure to read the [CONTRIBUTING.MD guide](https://github.com/MaartenGr/BERTopic/blob/master/CONTRIBUTING.md) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 155ba64f..9faf8f44 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ # What does this PR do? @@ -11,7 +11,7 @@ Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (if yes, ignore all other checks!). -- [ ] Did you read the [contributor guideline](https://github.com/maartengr/bertopic/blob/main/CONTRIBUTING.md)? +- [ ] Did you read the [contributor guideline](https://github.com/MaartenGr/BERTopic/blob/master/CONTRIBUTING.md)? - [ ] Was this discussed/approved via a Github issue? Please add a link to it if that's the case. - [ ] Did you make sure to update the documentation with your changes (if applicable)? - [ ] Did you write any new necessary tests?