Skip to content

Commit d12bf37

Browse files
authored
[MRG+1] add github issues buttons (#316)
* add github issues buttons * add blankline at end of file
1 parent 7eef7c6 commit d12bf37

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

.github/issue_template.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: Reproducible bug report
3+
about: Create a reproducible bug report. Not for support requests.
4+
labels: 'bug'
5+
---
6+
17
#### Description
28
<!-- Describe your issue here.-->
39

@@ -42,3 +48,9 @@ $ pip show metric_learn | grep Version
4248
)
4349
-->
4450
<!-- Thanks for contributing! -->
51+
52+
---
53+
<!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
54+
**Message from the maintainers**:
55+
56+
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: Have you read the docs?
5+
url: http://contrib.scikit-learn.org/metric-learn/
6+
about: Much help can be found in the docs
7+
- name: Ask a question
8+
url: https://github.com/sklearn-contrib/metric-learn/discussions/new
9+
about: Ask a question or start a discussion about metric-learn
10+
- name: Stack Overflow
11+
url: https://stackoverflow.com
12+
about: Please ask and answer metric-learn usage questions (API, installation...) on Stack Overflow
13+
- name: Cross Validated
14+
url: https://stats.stackexchange.com
15+
about: Please ask and answer metric learning questions (use cases, algorithms & theory...) on Cross Validated
16+
- name: Blank issue
17+
url: https://github.com/sklearn-contrib/metric-learn/issues/new
18+
about: Please note that Github Discussions should be used in most cases instead
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Documentation improvement
3+
about: Create a report to help us improve the documentation. Alternatively you can just open a pull request with the suggested change.
4+
labels: Documentation
5+
---
6+
7+
#### Describe the issue linked to the documentation
8+
9+
<!--
10+
Tell us about the confusion introduced in the documentation.
11+
-->
12+
13+
#### Suggest a potential alternative/fix
14+
15+
<!--
16+
Tell us how we could improve the documentation in this regard.
17+
-->
18+
19+
---
20+
<!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
21+
**Message from the maintainers**:
22+
23+
Confused by this part of the doc too? Give it a 👍. We prioritise the issues with the most 👍.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Enhancement proposal
3+
about: Propose an enhancement for metric-learn
4+
labels: 'enhancement'
5+
---
6+
# Summary
7+
8+
What change needs making?
9+
10+
# Use Cases
11+
12+
When would you use this?
13+
14+
---
15+
<!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
16+
**Message from the maintainers**:
17+
18+
Want to see this feature happen? Give it a 👍. We prioritise the issues with the most 👍.

0 commit comments

Comments
 (0)