PR Feedback

This commit is contained in:
thepaperpilot 2024-02-20 22:16:20 -06:00
parent fa2d7cb53a
commit 64fad5c74a

View file

@ -6,9 +6,13 @@ Thank you for considering contributing to Profectus! We appreciate your interest
For detailed instructions on setting up local development environment, please refer to the [Setup Guide](https://moddingtree.com/guide/getting-started/setup). For detailed instructions on setting up local development environment, please refer to the [Setup Guide](https://moddingtree.com/guide/getting-started/setup).
## Issue Reporting
If you encounter a bug or have a suggestion for improvement, please open an issue on Incremental Social. Provide as much detail as possible, including an example repo or steps to reproduce the issue if applicable.
## Contributing ## Contributing
Make sure to open your PR on Incremental Social - the GitHub repo is just a mirror! Make sure to open your PR on [Incremental Social](https://code.incremental.social/profectus/Profectus) - the GitHub repo is just a mirror!
### Code Review ### Code Review
@ -18,14 +22,10 @@ All PRs must be reviewed and approved by at least one of the project maintainers
Ensure that your changes pass all existing tests and, if applicable, add new tests to cover the changes you've made. Run `npm run test` to run all the tests. Ensure that your changes pass all existing tests and, if applicable, add new tests to cover the changes you've made. Run `npm run test` to run all the tests.
## Code Style ### Code Style
We use ESLint and Prettier to enforce consistent code style throughout the project. Before submitting a PR, run `npm run lint:fix` to automatically fix any linting issues. We use ESLint and Prettier to enforce consistent code style throughout the project. Before submitting a PR, run `npm run lint:fix` to automatically fix any linting issues.
## Issue Reporting
If you encounter a bug or have a suggestion for improvement, please open an issue on Incremental Social. Provide as much detail as possible, including an example repo or steps to reproduce the issue if applicable.
## License ## License
By contributing to Profectus, you agree that your contributions will be licensed under the project's [LICENSE](./LICENSE). By contributing to Profectus, you agree that your contributions will be licensed under the project's [LICENSE](./LICENSE).