Thank you for your interest in contributing to the Archethic Project Hub! We welcome contributions from all members of the Archethic community. Here are some guidelines to help you get started.
-
Fork the Repository: Start by forking the repository to your own GitHub account.
-
Clone the Repository: Clone the forked repository to your local machine.
git clone https://github.com/MayDaReal/Archethic-Project-Hub.git
-
Create a Branch: Create a new branch for your changes.
git checkout -b feature/your-feature-name
-
Make Changes: Make your changes to the code or documentation.
-
Commit Changes: Commit your changes with a clear and descriptive commit message.
git commit -m "Add feature: your-feature-name" -
Push Changes: Push your changes to your forked repository.
git push origin feature/your-feature-name
-
Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and any relevant information.
- New Project Proposals: Share your project ideas by creating a new proposal in the appropriate category.
- Feedback on Existing Proposals: Provide constructive feedback on existing project proposals to help refine and improve them.
- Idea Submissions: Share your ideas that are not yet ready for full project proposals in the Idea Directories.
- Documentation Improvements: Help improve the documentation, including the Collaborative Project Proposal Guide.
Please note that we have a Code of Conduct in place to ensure a welcoming and inclusive environment for all contributors. By participating in this project, you agree to abide by its terms.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions and for helping to make the Archethic Project Hub a valuable resource for the community!