-
Notifications
You must be signed in to change notification settings - Fork 5
Development Workflow
Koustuv Sinha edited this page Jan 25, 2016
·
1 revision
- Issues will be created w.r.t each task. There will be two kinds of issues : Epic issues containing the overall task, and individual subtasks
- Comment on the issue you want to work on to be assigned
- In your fork, create the API with necessary files
- Commit with the commit message containing the issue number. For example, if you are working on Issue #4, Commit like this :
git commit -m "Create Screen to display users as per issue #4
. As you mention the number of the issue with a hash, Github automatically tracks and updates the relevant issue - Open a Pull Request. After review, it will be accepted!
N.B : Always keep your fork up to date with origin/master
to avoid conflicts.