mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-02-05 10:26:18 +00:00
Update contribution docs
This commit is contained in:
parent
cdf6c1fa76
commit
3baa5f1c7b
2 changed files with 23 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
|
|||
1. [Fork][fork] and clone the repository
|
||||
2. Configure and install the dependencies: `npm install`
|
||||
3. Make sure the tests pass on your machine: `npm run test`
|
||||
4. Create a new branch: `git checkout -b my-branch-name`
|
||||
4. Create a new branch: `git switch -c my-branch-name`
|
||||
5. Make your change, add tests, and make sure the tests still pass
|
||||
6. Push to your fork and [submit a pull request][pr]
|
||||
7. Pat your self on the back and wait for your pull request to be reviewed and merged.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue