-
Notifications
You must be signed in to change notification settings - Fork 0
Project Board
Leithen edited this page Nov 20, 2022
·
3 revisions
This project contains a GitHub project board that is designed to make it as easy as possible for people to find issues they are capable of solving. Below you will find more in depth information about how this board works and how you can use it to contribute!
Each ticket name will be prefixed with an emoji. This emoji represents they type of ticket. Below is a list of all types:
| Emoji | Type | Description | Branch Prefix |
|---|---|---|---|
| βοΈ | Feature | A new feature or request. Actual coding will need to be done for this ticket. | feat |
| π§Ό | Refactor | Fixing/Cleaning existing code | ref |
| π | Enhancement | Improving an existing feature | enh |
| π | Investigate | A new feature or issue needs to be investigated. No final coding will be done with this ticket. Instead, this ticket should produce a number of other feature tickets that are subsequently worked on. | inv |
| π | Bug | A bug or issue with the code. | bug |
| π¨ | Design | A new design request. This will involve Figma or other mockup work, no coding. | N/A |
Each column in the project board is considered a "bucket". A full list of these buckets and information about them can be found in the table below.
| Name | Description |
|---|---|
| π Todo | Needs to be done and has not been started yet. This is where you should look if you would like to start on a new ticket. |
| π In Progress | Task is actively being worked on by a developer. Tickets in this bucket should be assigned to a specific developer. If you take a "Todo" task, assign yourself and move it to "In Progress". If you stop working on it, un-assign yourself and move it back to "Todo". |
| π In review | This task has a submitted Pull Request. The pull request is currently being looked at by the team. |
| β Done | Completed ticket. Tickets will be moved here automatically when resolved. Do not put anything in this bucket manually. Everything here will be automatically archived after 14 days. |
| β Blocked | Work can not be started until another specific ticket is complete. |
| π Backlog | Nothing is blocking work from starting, but it is not a priority. This is also a good place to look if you would like to start on a new ticket. |
Please create an issue on the project with tag: question. A developer should repsond to that issue within a couple of days. You can also post on the discord server here.