Gordon___From

Untitled

Aug 2nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. // BUG REPORT TEMPLATE START
  2. # Bug report title
  3. // Short explanation of bug, eg: "Can't update encounter"
  4.  
  5. ## Description
  6. // Brief explanation of bug without technical details.
  7.  
  8. ## Steps to reproduce:
  9. 1. Go to page
  10. 2. Open form
  11. 3. ...
  12.  
  13. ## Actual results
  14. // Describe what is working wrong.
  15.  
  16. ## Expected results
  17. // Describe how it should work.
  18.  
  19. ## Other:
  20. // Include any additional info, that may be useful to reproduce a bug:
  21. // - visual proof: screenshots(fullscreen only) or video;
  22. // - testing env details: browser version, OS and OS version, etc.;
  23. // - device, device OS;
  24. // - etc.
  25.  
  26. // FEATURE TEMPLATE START
  27. # Feature title
  28. // - Short description of a feature, eg: "Add/Implement something"
  29.  
  30. ## Description
  31. // Explanation of issue, described using natural language. Also must include any helpful info.
  32. // For API features please provide templates for what you send in request (http method, url, json body)
  33. // and what you get in response (http status, json body). Please provide templates on specific invalid cases as well.
  34.  
  35. ## Use cases:
  36. 1.1. User does something
  37. 1.2. Result of action
  38.  
  39. 2.1. User does something
  40. 2.2. Result of action
  41.  
  42. ## Other:
  43. // - Design template, wireframe;
  44. // - Any other important details, which issue may include;
Add Comment
Please, Sign In to add comment