Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
R055A committed Mar 11, 2022
1 parent 2458d55 commit 13ce086
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ Collaborative task management is conducted in the main project repository using
* or in a new task [Issue](#issues-tasks) created by you
* **_IFF_ the _team_ or _sub-team_ allows it**, and
* the [Issue](#issues-tasks) guidelines are followed
* move the issue to the '_In progress_' column before (re)starting the task
* move the [Issue](#issues-tasks) to the '_In progress_' column before (re)starting the task
* fork either
* the main repository
* an existing fork (when joining an [Issue](#issues-tasks) already in progress)
* clone forked repository
* create a development branch in the cloned forked repository
* name the branch something relevant to the [Issue](#issues-tasks) and understandable
* for development guidelines see [Development](#development)
* commit development changes to remote main repository
* add completed development changes to remote main repository
* push changes to the development branch in the forked repository
* create a new [Pull Request](#pull-requests)
* create a new [Pull Request](#pull-requests) to the main repository

## Issues (tasks)

Expand Down Expand Up @@ -108,7 +108,6 @@ Pull requests are required for merging task contributions to the main repository
### Make a Pull Request

To make a pull request
* Create a new pull request in the **forked** repository on the GitHub website
* [Click here (in fork repo website) to create a new pull request](../../../compare)
* click '_compare across forks_'
Expand Down

0 comments on commit 13ce086

Please sign in to comment.