forked from IQSS/dataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IQSS#10069 add new suggestion template (IQSS#10091)
* add new suggestion template * Update idea_proposal.md Add new ideas * Update feature_request.md * Update bug_report.md * Update feature_request.md * Update feature_request.md * Update bug_report.md * Update idea_proposal.md * Update PULL_REQUEST_TEMPLATE.md * Update idea_proposal.md changed "feature (request)" to idea or suggestion * Added "contributing" section to bug_report.md Also updated link to the contributor guide * update contributor guide link idea_proposal.md * remove unnecessary '"contributing" in PR template * Update contributor guide link in bug_report.md * Update feature_request.md Update contributor guide link Added section for contribution * remove punctuation spaces bug_report.md Co-authored-by: Philip Durbin <[email protected]> * Update feature_request.md removed "Idea" Changed the PR paragraph * Update PR paragraph in bug_report.md * Update PR paragraph in idea_proposal.md * Add a space back --------- Co-authored-by: Martin Amouzou <[email protected]> Co-authored-by: Philip Durbin <[email protected]>
- Loading branch information
1 parent
d33e249
commit 4abfb24
Showing
3 changed files
with
50 additions
and
4 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ Thank you for contributing to the Dataverse Project through the creation of a bu | |
WARNING: If this is a security issue it should be reported privately to [email protected] | ||
More information on bug issues and contributions can be found in the "Contributing to Dataverse" page: | ||
https://github.com/IQSS/dataverse/blob/develop/CONTRIBUTING.md#bug-reportsissues | ||
https://guides.dataverse.org/en/latest/contributor/index.html | ||
Please fill out as much of the template as you can. | ||
Start below this comment section. | ||
|
@@ -44,7 +44,6 @@ Start below this comment section. | |
**Any related open or closed issues to this bug report?** | ||
|
||
|
||
|
||
**Screenshots:** | ||
|
||
No matter the issue, screenshots are always welcome. | ||
|
@@ -53,3 +52,7 @@ To add a screenshot, please use one of the following formats and/or methods desc | |
|
||
* https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests | ||
* | ||
|
||
|
||
**Are you thinking about creating a pull request for this issue?** | ||
Help is always welcome, is this bug something you or your organization plan to fix? |
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,40 @@ | ||
--- | ||
name: Idea proposal | ||
about: Propose a new idea for discussion to improve the Dataverse software! | ||
title: 'Suggestion:' | ||
labels: 'Type: Suggestion' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thank you for contributing to the Dataverse Project through the creation of a feature request! | ||
More information on ideas/feature requests and contributions can be found in the "Contributing to Dataverse" page: | ||
https://guides.dataverse.org/en/latest/contributor/index.html | ||
Please fill out as much of the template as you can. | ||
Start below this comment section. | ||
--> | ||
|
||
**Overview of the Suggestion** | ||
|
||
|
||
**What kind of user is the suggestion intended for?** | ||
(Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin) | ||
|
||
|
||
**What inspired this idea?** | ||
|
||
|
||
**What existing behavior do you want changed?** | ||
|
||
|
||
**Any brand new behavior do you want to add to Dataverse?** | ||
|
||
|
||
**Any open or closed issues related to this suggestion?** | ||
|
||
|
||
**Are you thinking about creating a pull request for this issue?** | ||
Help is always welcome, is this idea something you or your organization plan to implement? |