Skip to content

Commit 1bf2d4f

Browse files
authored
Merge pull request #8 from ASU-CodeDevils/docs/update-contribution-guide
update contributing guidelines
2 parents 97890b9 + d2db870 commit 1bf2d4f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CONTRIBUTING.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
# Contribution Guide
2+
## Who can contribute
3+
Only members of the ASU CodeDevils organization who have applied through
4+
[the website](https://www.codedevils.org/projects/gamedev) are allowed to contribute to this repo.
5+
6+
## Calling dibs on an issue
7+
Before working on an issue, be sure to comment on that issue to mention that you
8+
want to work on it, and a project lead will assign the issue to you. You will be
9+
expected to show satisfactory progress within a week of being assigned an issue.
10+
If not enough progress was made, you will be unassigned from the issue so that
11+
other members can try their hand at it.
12+
13+
>[!IMPORTANT]
14+
> Pull requests made to fix an issue that you are not assigned to will be
15+
> immediately closed.
16+
17+
## One issue at a time
18+
You are only allowed to tackle one issue at a time. If you wish to work on a
19+
different issue, let us know that you no longer want to work on the currently
20+
assigned issue.
21+
22+
>[!NOTE]
23+
> If it is suspected that you are working on issues before being assigned to
24+
> them, i.e. you get assigned an issue and come up with a fully working solution
25+
> moments later to "speedrun" contributions, the project lead reserves the right
26+
> to limit the rate at which you can be assigned issues.
227
328
## Branch naming
429
When naming your branch, follow the following convention:

0 commit comments

Comments
 (0)