Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.57 KB

File metadata and controls

52 lines (39 loc) · 1.57 KB

Contributing to Solgen Extension

Thank you for considering contributing to this project! We welcome contributions from everyone. Please follow these guidelines to ensure a smooth contribution process.


How to Contribute

1. Fork the Repository

  • Click the "Fork" button at the top-right corner of this repository to create your own copy.

2. Clone Your Fork

  • Clone your forked repository to your local machine:
    git clone https://github.com/your-username/solgen-extension.git
    cd solgen-extension
    

3. Create a Branch

  • Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature-name
    

4. Make Changes

  • Make your changes in the codebase.
  • Ensure your code follows the existing style and conventions.
  • Add comments where necessary.

5. Write Unit Tests

  • Add unit tests for any new functionality or changes.
  • Run the tests to ensure everything works:
    npm test
    

6. Push Your Changes

  • Push your branch to your forked repository:

7. Submit a Pull Request

  • Go to the original repository and click "New Pull Request."
  • Provide a clear description of your changes and link any related issues.
  • Code of Conduct
  • Be respectful and inclusive.
  • Avoid using offensive language.
  • Provide constructive feedback.

Reporting Issues

If you find a bug or have a feature request, please open an issue in the repository.

  • Provide as much detail as possible to help us address the issue.

Questions?

If you have any questions, feel free to open an issue or reach out to me.

Thank you for contributing!