Skip to content

Commit

Permalink
Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGr committed Jun 11, 2024
1 parent 7ab6523 commit ef0b9a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# What does this PR do?

<!--
Thank you for considering creating a PR! Before you do, make sure to read through [contributor guideline](https://github.com/maartengr/bertopic/blob/main/CONTRIBUTING.md)
Thank you for considering creating a PR! Before you do, make sure to read through [contributor guideline](https://github.com/MaartenGr/BERTopic/blob/master/CONTRIBUTING.md)
-->

<!-- Remove if not applicable -->
Expand All @@ -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?

0 comments on commit ef0b9a9

Please sign in to comment.