-
Notifications
You must be signed in to change notification settings - Fork 244
How to file a bug
Colin edited this page Aug 20, 2016
·
1 revision
Especially in the early days of production, we'll want to keep an eye out for anything that's acting the slightest bit off. To that effect, the way we'll be tracking this is in github, our project management system.
First things first:
- Create a github account at https://github.com/join?source=header-home
To file a bug or misbehavior:
- go to https://github.com/colinxfleming/dcaf_case_management/issues
- click the green 'New issue' button on the right side
- Give a one-sentence description of the problem (example: 'Clinic name not saving')
- In the body of the issue, tell us the following:
- What are you or the CM trying to do?
- What's happening instead?
- How can we reproduce this error?