-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
253 additions
and
105 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,40 @@ | ||
--- | ||
name: bug report | ||
about: create a report to help us improve | ||
labels: bug | ||
--- | ||
|
||
<!-- | ||
welcome! before creating a new issue, please look for relevant issues, documentation, | ||
pull requests, and discussions. | ||
--> | ||
|
||
### references | ||
|
||
<!-- note related issue numbers or pull requests --> | ||
|
||
## description | ||
|
||
<!-- describe the bug clearly and concisely. include screenshots (or even better - gifs) if possible --> | ||
|
||
## reproduce | ||
|
||
<!-- describe step-by-step instructions to reproduce the behavior --> | ||
|
||
1. go to '...' | ||
2. click on '...' | ||
3. scroll down to '...' | ||
4. see error '...' | ||
|
||
<!-- describe how you diagnosed the issue. --> | ||
|
||
## expected behavior | ||
|
||
<!-- describe what you expected to happen --> | ||
|
||
## context | ||
|
||
<!-- complete the following for context, and add any other relevant context --> | ||
|
||
- operating system and version: | ||
- browser and version: |
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,22 @@ | ||
--- | ||
name: documentation request | ||
about: ask for clarification in documentation | ||
labels: documentation | ||
--- | ||
|
||
<!-- | ||
welcome! before creating a new issue, please look for relevant issues, documentation, | ||
pull requests, and discussions. | ||
--> | ||
|
||
## what I am trying to do... | ||
|
||
<!-- describe what you are trying to do, and how the current docs aren't helping you achieve it--> | ||
|
||
## how I would like to learn how to do it... | ||
|
||
<!-- describe what would help you understand what you are trying to do, e.g. tutorials, code comments, screencasts, etc. --> | ||
|
||
## how the project might keep the docs accurate... | ||
|
||
<!-- describe how this documentation can be kept up-to-date: testing, link checking, etc. --> |
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,22 @@ | ||
--- | ||
name: request a future roadmap item | ||
about: help us build future features | ||
labels: enhancement | ||
--- | ||
|
||
<!-- | ||
welcome! before creating a new issue, please look for relevant issues, documentation, | ||
pull requests, and discussions. | ||
--> | ||
|
||
## elevator pitch | ||
|
||
<!-- In no more than three sentences, what would you like to see implemented? --> | ||
|
||
## motivation | ||
|
||
<!-- Why do you want this feature? --> | ||
|
||
## design ideas | ||
|
||
<!-- Share any kind of design ideas (e.g. ASCII art, links, screenshots) that might help us understand --> |
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,66 @@ | ||
<!-- | ||
thanks for using (or contributing) to jupyak! | ||
please fill out the following items when submitting a pull request. | ||
--> | ||
|
||
## what kind of request is this? | ||
|
||
<!-- please just choose one! no request that adds a jupyak_config will be merged. --> | ||
|
||
- [x] a preview site on ReadTheDocs | ||
- [x] it only adds a `jupyak_config.toml` | ||
- [ ] a `jupyak` code change | ||
- [ ] it adds new features, described below | ||
|
||
## for preview sites | ||
|
||
### how should a visitor use the preview site? | ||
|
||
<!-- please describe the steps one should follow to evaluate --> | ||
|
||
1. go to `{readthedocs url}/_static/work/lite/lab/?path={file to open}` | ||
2. navigate to ... | ||
3. see ... | ||
|
||
### where is the main discussion? | ||
|
||
<!-- | ||
please provide a link to an issue, discussion, or other pull request | ||
where people are talking about the feature. | ||
the jupyak maintainers are happy to host your discussion here, but will likely | ||
ignore them. | ||
--> | ||
|
||
--- | ||
|
||
<!-- | ||
feel free to delete the section below if not making changes | ||
see the contributing guidelines for more information: | ||
https://github.com/deathbeds/jupyak/main/CONTRIBUTING.md | ||
--> | ||
|
||
## for `jupyak` code changes | ||
|
||
### references | ||
|
||
<!-- | ||
note issue numbers this pull request addresses (should be at least one, see contributing guidelines above). | ||
note any other pull requests that address this issue and how this pull request is different. | ||
--> | ||
|
||
### code changes | ||
|
||
<!-- describe the code changes and how they address the issue. --> | ||
|
||
### user-facing changes | ||
|
||
<!-- describe any visual or user interaction changes and how they address the issue. --> | ||
|
||
<!-- for visual changes, include before and after screenshots here. --> | ||
|
||
### backwards-incompatible changes | ||
|
||
<!-- describe any backwards-incompatible changes to jupyak public APIs. --> |
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
Oops, something went wrong.