Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 3.38 KB

issue-tracking.md

File metadata and controls

34 lines (21 loc) · 3.38 KB
description
All tasks are filed as issues in github.

Track and submit issues in Github

Track issues in Github

We log all our issues concerning development and documentation for the Ushahidi Platform in the Platform-repository. Issues marked with Community-task are issues that are up for grabs for any community-member.

Submit issues in GitHub

To submit issues in GitHub for the Ushahidi Platform, please go to https://github.com/ushahidi/platform/issues and click on the "New Issue" button, or follow this link.

New Issue button in GitHub

You will see a list of options for which type of issue you'd like to submit.
Screen Shot 2019-08-01 at 14 36 16
The options:

  • Bug report: If you want to report something that is broken or not working as intended, please file a Bug Report. A good bug report is descriptive and reproducible.
  • Feature/enhancement request: Suggest an idea for a new feature or a small enhancement to existing features. This can be something as big as "Add a new way to import data into the Ushahidi Platform" or as small as "Change the font size of the login button to make it easier to use".
  • Epic level spec: this is only used when you want to create a very large request that encompasses multiple tickets and is likely to require a lot of work. It is primarily used by the Ushahidi team to group work together and plan for it, so you can ignore it for now.

For each of the options, when you click it you will be taken to a screen where you can fill in answers to our questions to submit a new issue. Please take the time to fill in all the required fields, as this will increase the chances that your issue will be understood quickly by both staff and community members, and it will also help us triage it correctly.
Screen Shot 2019-08-01 at 14 44 10

Important: Do not add tags to issues unless you are a maintainer. A maintainer will tag issues during triage, and add any staff or community members that need to be aware of the issue immediately.

Once you have filled all the requirements for the issue to be submitted, you can click "Submit new Issue" and your issue will be created. This triggers a notification to one Ushahidi staff who will review it as soon as possible.
Screen Shot 2019-08-01 at 14 47 50

Thank you for reading our guide to submitting a new issue to the Ushahidi Platform. We look forward to hearing from you!