Thank you for considering contributing to PasteMax! This document outlines the process for contributing to the project.
- Fork the repository
- Clone your fork:
git clone https://github.com/yourusername/pastemax.git
- Create a branch for your changes:
git checkout -b feature/your-feature-name
- Install dependencies:
npm install
- Make your changes
- Run tests and linting:
npm run lint
- Commit your changes with a descriptive message
- Update the README.md or documentation with details of your changes if appropriate
- Make sure your code passes all linting checks
- Submit a pull request to the main repository
- The maintainers will review your PR as soon as possible
- Follow the existing code style in the project
- Run
npm run lint
to ensure your code meets the project's style guidelines - Comment your code where appropriate
- Use GitHub Issues to report bugs or suggest new features
- Check existing issues before creating a new one
- When reporting bugs, include steps to reproduce, expected behavior, and actual behavior
By contributing to PasteMax, you agree that your contributions will be licensed under the project's MIT License.