Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.5 KB

File metadata and controls

19 lines (10 loc) · 1.5 KB

Contributing

Hello, and thank you for taking the time to read the contributing guidelines for Duper! Please read through our Code of Conduct as well.

Here are some ways to contribute to the project:

Creating issues

Please search the existing issues for answers or previous discussions before creating your own issue.

When contributing to a specific module in this project, include its name in the title of your issue. For example: "@duper-js/wasm: Add tests"

Submitting changes

In the case that you'd like to make contributions to Duper, create an issue first if one does not exist. Also include the name of the improved module if applicable, for example: "@duper-js/wasm: Add tests"

If you wish to contribute changes to Duper, please fork the repository, push your modifications to a branch, and create a pull request. Make sure to link to the original issue in your PR's body.

Please add a short description of any user-facing changes to the top of the CHANGELOG.md of the appropriate module(s), under the "Unreleased" section (or create one if it does not exist). The changelog should adhere to Keep a Changelog, and it must emphasize any breaking changes.