diff options
author | ChristopherHX <christopher.homberger@web.de> | 2023-08-17 16:43:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 16:43:17 +0200 |
commit | 7ba9f30f37af627f43adc2776c7f39ca3b5889bc (patch) | |
tree | ed588c51b4a65a236044fc3b90024998678b1c73 /CONTRIBUTING.md | |
parent | build(deps): bump megalinter/megalinter from 7.2.1 to 7.3.0 (#1965) (diff) | |
download | forgejo-act-7ba9f30f37af627f43adc2776c7f39ca3b5889bc.tar.xz forgejo-act-7ba9f30f37af627f43adc2776c7f39ca3b5889bc.zip |
Mention act user guide in act (#1973)
* CONTRIBUTING.md mention act user guide
* Mention the act user guide in the README
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5abe354..f535d2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ New issues can be created with in our [GitHub repo](https://github.com/nektos/ac ### <a id="pr"></a>Pull Requests -Pull requests should target the `master` branch. Please also reference the issue from the description of the pull request using [special keyword syntax](https://help.github.com/articles/closing-issues-via-commit-messages/) to auto close the issue when the PR is merged. For example, include the phrase `fixes #14` in the PR description to have issue #14 auto close. +Pull requests should target the `master` branch. Please also reference the issue from the description of the pull request using [special keyword syntax](https://help.github.com/articles/closing-issues-via-commit-messages/) to auto close the issue when the PR is merged. For example, include the phrase `fixes #14` in the PR description to have issue #14 auto close. Please send documentation updates for the [act user guide](https://nektosact.com) to [nektos/act-docs](https://github.com/nektos/act-docs). ### <a id="style"></a> Styleguide |