Skip to content

Commit

Permalink
fixes-issue-78 (#80)
Browse files Browse the repository at this point in the history
* fixes-issue-78
  • Loading branch information
sarafurd authored Sep 13, 2023
1 parent a91af86 commit c335d09
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing

Anyone is welcome to contribute by making a pull request
- Find an [issue](https://github.com/adrianyorke/robotframework-cookbook/issues) to work on
- Fork the project
- After you've cloned your fork of the project, you will need to make a branch
```
$ git checkout -b name-of-branch
```
- Make any changes, save your work, and make the necessary commits
- Example: fixes-issue-xxx or feature-issue-xxx
- Use present tense

```
$ git add .
$ git commit -m "fixes-issue-xxx"
$ git status
# Push the code to the branch you made
$ git push origin name-of-your-branch
```
- Once you've pushed your branch, don't forget to make a pull request into the `master` branch.


0 comments on commit c335d09

Please sign in to comment.