Add BERTopic.
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
name: "\U0001F41B Bug Report"
|
||||
description: Report your bug here.
|
||||
labels: ["bug"]
|
||||
body:
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report! Any information you can provide about your system and the issue you encountered will help to resolve it faster.
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Have you searched existing issues? 🔎
|
||||
description: Please search to see if an [issue](https://github.com/MaartenGr/BERTopic/issues) already exists for the issue you encountered.
|
||||
options:
|
||||
- label: I have searched and found no existing issues
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: describe_the_bug
|
||||
attributes:
|
||||
label: Desribe the bug
|
||||
description: Please provide a concise description of the bug. If there is an error, make sure to provide the **full** error log.
|
||||
placeholder: Describe the bug
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Reproduction
|
||||
description: Please provide a minimal example, with code, that can be run to reproduce the issue.
|
||||
value: |
|
||||
```python
|
||||
from bertopic import BERTopic
|
||||
|
||||
```
|
||||
|
||||
- type: input
|
||||
id: bertopic_version
|
||||
attributes:
|
||||
label: BERTopic Version
|
||||
description: What version of BERTopic are you using?
|
||||
validations:
|
||||
required: true
|
||||
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: 💡 General questions
|
||||
url: https://github.com/MaartenGr/BERTopic/discussions
|
||||
about: Ask a question there!
|
||||
- name: Want to contribute?
|
||||
url: https://github.com/MaartenGr/BERTopic/blob/master/CONTRIBUTING.md
|
||||
about: Head to the contributing guidelines
|
||||
@@ -0,0 +1,30 @@
|
||||
name: "\U0001F680 Feature request"
|
||||
description: Submit a proposal/request for a new BERTopic feature
|
||||
labels: ["Feature request"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: feature-request
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Feature request
|
||||
description: |
|
||||
A clear and concise description of the feature proposal.
|
||||
|
||||
- type: textarea
|
||||
id: motivation
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Motivation
|
||||
description: |
|
||||
Please outline the motivation for the proposal. If this is related to another GitHub issue, please link here too.
|
||||
|
||||
- type: textarea
|
||||
id: contribution
|
||||
validations:
|
||||
required: true
|
||||
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 guide](https://github.com/MaartenGr/BERTopic/blob/master/CONTRIBUTING.md)
|
||||
Reference in New Issue
Block a user