зеркало из https://github.com/microsoft/satcheljs.git
1.1 KiB
1.1 KiB
Contributing
SatchelJS welcomes contributions from the community. By contributing, you agree to abide by the Microsoft Open Source Code of Conduct.
Problems and Questions
If you encounter a problem with SatchelJS, please search in the issue tracker to see if it has already been reported. If not, create a new issue.
Development
In order to contribute code to Satchel, you must first sign the CLA, which can be found at https://cla.opensource.microsoft.com/Microsoft/satcheljs. If you haven't signed it before submitting a Pull Request, you can access it through the Details
link in the license/cla
check.
In order to submit a pull request:
- Fork and clone this repository
- Create a feature branch
- Make your changes and ensure they build:
yarn build
- Add or update tests and ensure they pass:
yarn test
- If necessary, update documentation in the
REAMDE.md
- Create a Pull Request