Skip to content

Commit

Permalink
Merge pull request #419 from jcolomb/main
Browse files Browse the repository at this point in the history
there was an issue with numbered list
  • Loading branch information
zkamvar authored Mar 22, 2023
2 parents 8a8517c + f790b6f commit 5300feb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions inst/templates/contributing-template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,14 @@ If you choose to contribute via GitHub,
you may want to look at
[How to Contribute to an Open Source Project on GitHub][how-contribute].
In brief, we use [GitHub flow][github-flow] to manage changes:
1. Create a new branch in your desktop copy of this repository for each significant change.
2. Commit the change in that branch.
3. Push that branch to your fork of this repository on GitHub.
4. Submit a pull request from that branch to the [master repository][repo].
5. If you receive feedback,
make changes on your desktop and push to your branch on GitHub:
the pull request will update automatically.

1. Create a new branch in your desktop copy of this repository for each significant change.
2. Commit the change in that branch.
3. Push that branch to your fork of this repository on GitHub.
4. Submit a pull request from that branch to the [upstream repository][repo].
5. If you receive feedback,
make changes on your desktop and push to your branch on GitHub:
the pull request will update automatically.

NB: The published copy of the lesson is usually in the `main` branch.

Expand Down

0 comments on commit 5300feb

Please sign in to comment.