Thank you for your interest in contributing to Backdoor! We welcome contributions from the community to help improve and enhance the extension. By contributing, you are helping to make this extension better for everyone.
Before you start contributing, please make sure you have the following prerequisites:
- Node.js and npm installed.
- Visual Studio Code editor.
Follow these steps to contribute:
- Fork the repository on GitHub.
- Clone your forked repository locally.
- Install dependencies by running:
npm install
- Make your changes and improvements.
- Test your changes with:
npm test
- Commit your changes and create a descriptive commit message.
- Push your changes to your fork on GitHub.
- Create a pull request (PR) to the main repository.
If you find a bug, have a question, or want to suggest a feature, please open an issue on the issue tracker. Before opening an issue, please search existing issues to see if it has already been reported or discussed.
We welcome pull requests from contributors. When creating a pull request, please:
- Fork the repository and create a new branch for your feature or bug fix.
- Follow the Angular Commit Message Conventions for your commit messages.
- Write a clear and concise description of your pull request and the changes you've made.
- Make sure your code passes all tests and linting rules.
- Include relevant tests for your changes if applicable.
Please note that this project has a Code of Conduct. By participating in this project, you agree to abide by its terms.
Thank you for contributing to [Your Extension Name]! Your contributions are greatly appreciated.
Happy coding!