We're glad that you're interested in contributing to Darcy! Whether you're a developer, designer, or just someone who wants to help out, there are many ways to get involved.
Here are a few ways you can contribute to the Darcy project:
-
Report a bug: If you've found a bug in the code, please report it in the issue tracker.
-
Fix a bug: If you know how to fix a bug, please submit a pull request with your changes.
-
Add a feature: If you have an idea for a new feature, please open an issue to discuss it first. Once we've had a chance to discuss the feature, you can submit a pull request with your changes.
-
Help with documentation: If you're good at writing, you can help us improve the documentation.
-
Provide feedback: If you have ideas or suggestions for how we can improve Darcy, please let us know.
All contributors are expected to follow the Code of Conduct.
- Fork the repository:
https://github.com/darcyinc/darcy.git
- Clone the repository:
git clone https://github.com/[your-username]/darcy.git
- Navigate to the project directory:
cd darcy
- Install the dependencies:
pnpm install
- Create a new branch for your changes:
git checkout -b [branch-name]
- Make your changes and commit them:
git add .
git commit -m "[commit message]"
- Push your changes to your fork:
git push origin [branch-name]
- Open a pull request to the
development
branch.
Go to the Darcy repository on GitHub and click the "Compare & pull request" button. Fill out the form and submit your pull request.
Happy coding! 🚀💻