docs(CONTRIBUTING): simplify contribution steps and remove redundant test process
- Updated `README.md` and `CONTRIBUTING.md` to streamline contribution instructions. - Removed references to running tests (`npm test`) as part of the contribution process to reduce complexity for contributors. - Adjusted steps to focus on creating feature branches, using conventional commit messages, and submitting pull requests. - Simplified `package.json` by removing unused devDependencies (`jest`, `@types/jest`, `ts-jest`) to reflect the updated process.
This commit is contained in:
parent
23e84e43ce
commit
ff28ffffe7
3 changed files with 3 additions and 10 deletions
|
|
@ -1267,8 +1267,7 @@ Brainy follows a specific code style to maintain consistency throughout the code
|
|||
1. Fork the repository
|
||||
2. Create a feature branch
|
||||
3. Make your changes
|
||||
4. Run tests with `npm test`
|
||||
5. Submit a pull request
|
||||
4. Submit a pull request
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue