Contributing
We welcome contributions from the community! Here's how you can help improve the tech stack metadata project.
Development Setup
Getting your local environment ready
- Fork the repository on GitHub
- Clone your fork:
git clone https://github.com/yourusername/tech-stack-metadata.git
- Install dependencies:
pnpm install
- Create a branch:
git checkout -b feature/your-feature
- Run the development server:
pnpm dev
Pull Request Process
How to submit your changes
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature/your-feature
- Open a pull request in GitHub
- Ensure your PR description clearly describes the changes
- Include any relevant issue numbers in your PR description
- Wait for review and address any feedback
Guidelines
Standards for code contributions
- Follow the existing code style and formatting
- Write tests for new functionality
- Update documentation for any changes to APIs or features
- Keep pull requests focused on a single change
- Ensure your code passes all CI checks before requesting review
Code of Conduct
Community standards and respectful collaboration
- Be respectful and inclusive in all interactions
- Report unacceptable behavior to the maintainers
- See theCode of Conduct for details