Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

37 lines (21 loc) · 1.78 KB

Contributing to POAP.js

First off, thank you for considering contributing to POAP.js. It's people like you who make POAP.js such a great tool.

How can I contribute?

Reporting Bugs

If you find a bug, please open an issue on GitHub using the "Bug report" template. Be as specific as possible, including steps to reproduce the issue, the expected behavior, and the actual behavior.

Suggesting Enhancements

If you have an idea for a new feature or enhancement, please open an issue on GitHub using the "Feature request" template. Provide a clear description of the feature, its purpose, and any relevant examples or use cases.

Code Contributions

We welcome code contributions through pull requests. Please follow these steps to submit your changes:

  1. Fork the repository on GitHub.
  2. Create a new branch for your changes (git checkout -b feature/my-awesome-feature).
  3. Commit your changes (git commit -am 'Add my awesome feature').
  4. Push the branch to your fork (git push origin feature/my-awesome-feature).
  5. Create a new pull request on GitHub, using the provided "Pull Request Template."

Please make sure your code follows the project's style and conventions, and that you've added tests to cover your changes.

Updating Documentation

If you find any issues with the documentation or want to improve it, please submit a pull request with your changes. Ensure that your changes are clear, concise, and follow the existing documentation style.

Code of Conduct

By participating in this project, you are expected to uphold our Code of Conduct.

License

By contributing to POAP.js, you agree that your contributions will be licensed under the MIT License.