forked from tinkoff-ai/etna
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs to work with discussions (#395)
- Loading branch information
Showing
8 changed files
with
120 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
labels: ["improvement/idea", "improvement/drawback"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Description of the suggested improvement. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Thoughts | ||
description: | | ||
Thoughts about the improvement: benefits, drawbacks, alternatives, possible implementations, etc. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Related | ||
description: | | ||
Related issues, pull requests, or other discussions. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
contact_links: | ||
- name: Suggest an idea | ||
about: Suggest an idea for the library using GitHub Discussions. | ||
url: https://github.com/etna-team/etna/discussions/categories/improvements | ||
- name: Point out a drawback | ||
about: Describe a drawback of the library using GitHub Discussions. | ||
url: https://github.com/etna-team/etna/discussions/categories/improvements | ||
- name: Ask about usage | ||
about: Ask about usage of the library using GitHub Discussions. | ||
url: https://github.com/etna-team/etna/discussions/categories/q-a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Documentation improvement | ||
description: Make documentation better by suggesting an improvement or pointing out a problem | ||
title: "[DOCS] " | ||
labels: documentation | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: 📖 Documentation improvement | ||
description: | | ||
A clear and concise description of the improvement or problem. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context or screenshots about the issue here. | ||
validations: | ||
required: false | ||
... |
17 changes: 8 additions & 9 deletions
17
.github/ISSUE_TEMPLATE/feature_request.yml → .github/ISSUE_TEMPLATE/task.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters