Skip to content

Commit

Permalink
Issue template for Platform repo
Browse files Browse the repository at this point in the history
closes #2691

File includes instructions for external users to report a bug or request a feature/enhancement.
  • Loading branch information
Nazarah authored Jul 17, 2017
1 parent 0859e90 commit fa94903
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!-- *Do you want to request a feature? -->


** Follow the example given to make a feature/enhancement request **

> Title: "Add a week selector in the date picker"
Description: The date picker only allows to select a single day. It should be possible to select a range of 7 days
User Story: "As an API owner, I need a week selector in the date picker, so that I can render the statistics for a selective 7 days."


<!-- *Do you want to report a bug? -->


** Follow the example given to submit a bug report **

> Title: Mandatory fields are not identifiable
Steps to Reproduce: 1. go to page: https://....
2. click Save button without filling the fields.
Outcome: Page reloads and shows mandatory fields are needed to be filled in. No alert appears before page refresh.
[screenshot of GIF]
Expected Behavior: Fields should indicate if they are mandatory with * sign.
Alert for related field should appear if they are left empty.
Page reload should not be possible if mandatory fields are left empty.
Environment: Windows 10, Chrome browser (latest), APInf production site (https://apinf.io)





0 comments on commit fa94903

Please sign in to comment.