UNPKG

2.69 kBMarkdownView Raw
1# Contributing to Parcel Plugin HTL
2
3This project is an Open Development/Inner Source project and welcomes contributions from everyone who finds it useful or lacking.
4
5## Code Of Conduct
6
7This project adheres to the Adobe [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to cstaub at adobe dot com.
8
9## Contributor License Agreement
10
11All third-party contributions to this project must be accompanied by a signed contributor license. This gives Adobe permission to redistribute your contributions as part of the project. [Sign our CLA](http://opensource.adobe.com/cla.html)! You only need to submit an Adobe CLA one time, so if you have submitted one previously, you are good to go!
12
13## Things to Keep in Mind
14
15This project uses a **commit then review** process, which means that for approved maintainers, changes can be merged immediately, but will be reviewed by others.
16
17For other contributors, a maintainer of the project has to approve the pull request.
18
19# Before You Contribute
20
21* Check that there is an existing issue in GitHub issues
22* Check if there are other pull requests that might overlap or conflict with your intended contribution
23
24# How to Contribute
25
261. Fork the repository
272. Make some changes on a branch on your fork
283. Create a pull request from your branch
29
30In your pull request, outline:
31
32* What the changes intend
33* How they change the existing code
34* If (and what) they breaks
35* Start the pull request with the GitHub issue ID, e.g. #123
36
37Lastly, please follow the [pull request template](PULL_REQUEST_TEMPLATE.md) when submitting a pull request!
38
39Each commit message that is not part of a pull request:
40
41* Should contain the issue ID like `#123`
42* Can contain the tag `[trivial]` for trivial changes that don't relate to an issue
43
44
45
46## Coding Styleguides
47
48There are no coding style guides... yet.
49
50# How Contributions get Reviewed
51
52One of the maintainers will look at the pull request within one week. If you haven't heard back from the maintainers within a week, it is not impolite to send a reminder to [Grp-XDM-API-WGs](mailto:Grp-XDM-API-WGs@adobe.com).
53
54Feedback on the pull request will be given in writing, in GitHub.
55
56# Release Management
57
58The project's committers will release to the [Adobe organization on npmjs.org](https://www.npmjs.com/org/adobe).
59Please contact the [Adobe Open Source Advisory Board](https://git.corp.adobe.com/OpenSourceAdvisoryBoard/discuss/issues) to get access to the npmjs organization.
60Then, you can release using:
61
62```bash
63$ npm login
64$ npm publish --access public
65```
66
67Do not forget to add a `git tag` corresponding to the released version number
\No newline at end of file