Skip to content
Snippets Groups Projects
Commit 7628e207 authored by ArtOfCode-'s avatar ArtOfCode-
Browse files

Clarify contributing guidelines

parent dad04efc
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,9 @@ If you need time to work on an issue, that's absolutely fine, but please **keep ...@@ -12,8 +12,9 @@ If you need time to work on an issue, that's absolutely fine, but please **keep
don't hear from you for a few weeks, we may assume you've given up working on that issue and give it to someone else. don't hear from you for a few weeks, we may assume you've given up working on that issue and give it to someone else.
## What's the workflow? ## What's the workflow?
* First, **you need an issue to work under**. Either assign yourself to an existing issue (or request it be assigned to you), * First, **you need an issue to work under**. Look at the current [TODO list](https://github.com/codidact/qpixel/wiki/TODO-list)
or create a new issue and assign yourself to that. to find something to work on; follow the instructions there to see what's available, and create an issue once you know what you're
going to work on.
* Second, you can make your changes. If you have write access to the repository, create a topic branch (please use the format * Second, you can make your changes. If you have write access to the repository, create a topic branch (please use the format
`art/40/add-bells-and-whistles`, i.e. `username/issue-number/brief-description`) and make your changes there; if not, fork `art/40/add-bells-and-whistles`, i.e. `username/issue-number/brief-description`) and make your changes there; if not, fork
the repository and work in your fork. the repository and work in your fork.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment