Before the contribution you need check the file structure on the Readme Source File and follow this steps
- Make a Fork to this repository
- Make a branch with the feature to add
- Use the conventional commits guide more information here
- Make a pull request with an explanation what you change or features
- Review your pull request
- Merge the pull request or request changes
- Done! 😃
- If you add a new file to the file structure ensure add to the tree on the Readme Source File and add this con the header on the file:
// Copyright © 2022 Dpm Land. All Rights Reserved.
- Ensure check the lint and the format before the commit with this command:
deno task fmt
- Use underscores, not dashes in filenames example:
example_file.ts // GOOD
example-file.ts // BAD
- Inclusive code:
Please follow the guidelines for inclusive code
- For end any readme file you need add this at the end!
---
Made with :heart: in :earth_americas:
And done thanks for contribute
For the formatting and lint you need run the deno tasks here are some commands for make the development more easier.
deno task ## For list all tasks avaliable!
deno task fmt ## For format all files and check the lint!
deno task fmt:check ## For check the lint and formatting