Contribution guidelines for artifact package (#388)

* Contribution guidelines
* PR Feedback
This commit is contained in:
Konrad Pabjan
2020-03-24 10:13:06 +01:00
committed by GitHub
parent cb7022ea2c
commit 905c2aa216
2 changed files with 36 additions and 0 deletions

View File

@@ -199,3 +199,9 @@ Each artifact will have the same `DownloadResponse` as if it was individually do
Check out [additional-information](docs/additional-information.md) for extra documentation around usage, restrictions and behavior.
Check out [implementation-details](docs/implementation-details.md) for extra information about the implementation of this package.
## Contributions
See [contributor guidelines](https://github.com/actions/toolkit/blob/master/.github/CONTRIBUTING.md) for general guidelines and information about toolkit contributions.
For contributions related to this package, see [artifact contributions](CONTRIBUTIONS.md) for more information.