Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.05 KB

File metadata and controls

44 lines (28 loc) · 2.05 KB

Contributing to Archethic Project Hub

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.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your own GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine.

    git clone https://github.com/MayDaReal/Archethic-Project-Hub.git
    
  3. Create a Branch: Create a new branch for your changes.

    git checkout -b feature/your-feature-name
    
  4. Make Changes: Make your changes to the code or documentation.

  5. Commit Changes: Commit your changes with a clear and descriptive commit message.

    git commit -m "Add feature: your-feature-name"
    
  6. Push Changes: Push your changes to your forked repository.

    git push origin feature/your-feature-name
    
  7. Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and any relevant information.

Types of Contributions

  • 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.

Code of Conduct

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.

License

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!