Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Precious Abubakar <[email protected]>
  • Loading branch information
misspee007 authored May 17, 2024
1 parent 809fe34 commit 924ae87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,23 @@ git remote add upstream https://github.com/chaoss/chaoss-slack-bot.wiki.git
git fetch upstream staging
```

**Keeping your fork in sync**
### Keeping your fork in sync
```
git checkout staging
git fetch upstream staging
git merge upstream/staging
git push origin staging
```

**Submitting changes to your fork**
### Submitting changes to your fork
```
git checkout staging
git add .
git commit -s -m "descriptive commit message"
git push origin staging
```
**Submitting changes to the main repository**

### Submitting changes to the main repository
When you're ready to submit, you need to [open an issue](https://github.com/chaoss/chaoss-slack-bot/issues) and provide the following:
- Link to your repository.
- Description to the change you've done.
Expand Down

0 comments on commit 924ae87

Please sign in to comment.