forked from gdcc/pyDataverse
-
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.
- pull request template - bug report template - feature request template - issue template - commit message template - add config.yml
- Loading branch information
1 parent
e2c90f1
commit 090de82
Showing
7 changed files
with
81 additions
and
71 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
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 @@ | ||
blank_issues_enabled: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
--- | ||
name: 'Feature Request' | ||
about: 'This is a feature request' | ||
about: 'This is a feature request issue' | ||
labels: 'type:feature, status:incoming' | ||
--- | ||
|
||
<!--- Provide a general summary of your changes in the Title above --> | ||
<!-- Provide a general summary of your changes in the Title above. --> | ||
<!-- You can erase any parts of this template not applicable to your Issue. --> | ||
<!-- Show that you have done a step, by checking the checkboxes. --> | ||
|
||
Thank you for your contribution! | ||
|
||
It's great, that you want contribute to pyDataverse. | ||
|
||
First, start by reading the [Bug reports, enhancement requests and other issues](https://pydataverse.readthedocs.io/en/develop/contributing/contributing.html) section. | ||
|
||
### Before we can start | ||
|
||
Before moving on, please check some things first: | ||
|
||
* [ ] Your issue may already be reported! Please search on the [issue tracker](https://github.com/GDCC/pyDataverse/issues) before creating one. | ||
* [ ] Is this something you can **develop**? Send a pull request! For more information, see the contributor guide in the [docs](https://pydataverse.readthedocs.io/). | ||
* [ ] Your issue may already be reported! Please search on the [issue tracker](https://github.com/gdcc/pyDataverse/issues) before creating one. | ||
* [ ] Is this something you can **debug and fix**? Send a pull request! For more information, see the [Contributor Guide](https://pydataverse.readthedocs.io/en/master/contributing/contributing.html). | ||
* [ ] We as maintainers foster an open and welcoming environment. Be respectfull, supportive and nice to each other! :) | ||
|
||
### Prerequisites | ||
|
||
* [ ] Are you running the latest version? | ||
|
||
For more information, see the [CONTRIBUTING](https://github.com/GDCC/pyDataverse/tree/master/CONTRIBUTING.md) guide. | ||
|
||
### Feature Request | ||
|
||
We will consider your request but it may be closed if it's something we're not actively planning to work on. | ||
|
||
**Please note by far the quickest way to get a new feature is to file a [Pull Request](https://github.com/GDCC/pyDataverse/pulls).** | ||
**Please note: By far the quickest way to get a new feature is to file a [Pull Request](https://github.com/gdcc/pyDataverse/pulls).** |
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 |
---|---|---|
@@ -1,26 +1,29 @@ | ||
--- | ||
name: 'Issue' | ||
about: 'This is an issue' | ||
about: 'This is a normal issue' | ||
labels: 'status:incoming' | ||
--- | ||
|
||
<!--- Provide a general summary of your changes in the Title above --> | ||
<!-- Provide a general summary of your changes in the Title above. --> | ||
<!-- You can erase any parts of this template not applicable to your Issue. --> | ||
<!-- Show that you have done a step, by checking the checkboxes. --> | ||
|
||
Thank you for your contribution! | ||
|
||
It's great, that you want contribute to pyDataverse. | ||
|
||
First, start by reading the [Bug reports, enhancement requests and other issues](https://pydataverse.readthedocs.io/en/develop/contributing/contributing.html) section. | ||
|
||
### Before we can start | ||
|
||
Before moving on, please check some things first: | ||
|
||
* [ ] Your issue may already be reported! Please search on the [issue tracker](https://github.com/GDCC/pyDataverse/issues) before creating one. | ||
* [ ] Your issue may already be reported! Please search on the [issue tracker](https://github.com/gdcc/pyDataverse/issues) before creating one. | ||
* [ ] Use our issue templates for bug reports and feature requests, if that's what you need. | ||
* [ ] Are you running the expected version of pyDataverse? (check via `pip freeze`). | ||
* [ ] Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome. For more information, see the contributor guide in the [docs](https://pydataverse.readthedocs.io/). | ||
* [ ] Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome. For more information, see the [Contributor Guide](https://pydataverse.readthedocs.io/en/master/contributing/contributing.html). | ||
* [ ] We as maintainers foster an open and welcoming environment. Be respectfull, supportive and nice to each other! :) | ||
|
||
### Issue | ||
|
||
[Explain the interest behind your issue creation] | ||
[Explain the reason for your issue] |
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