Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Commits
7628e207
Commit
7628e207
authored
Apr 5, 2020
by
ArtOfCode-
Browse files
Options
Downloads
Patches
Plain Diff
Clarify contributing guidelines
parent
dad04efc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+3
-2
3 additions, 2 deletions
CONTRIBUTING.md
with
3 additions
and
2 deletions
CONTRIBUTING.md
+
3
−
2
View file @
7628e207
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment