Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

File metadata and controls

30 lines (21 loc) · 1.24 KB

Contributing to dotnet-prune

Thank you for your interest in contributing to move-usings-to-global! We welcome contributions from everyone, especially during Hacktoberfest. Please follow the guidelines below to participate and make your experience smooth and enjoyable.

How to Contribute

  1. Fork the repository and clone it locally.
  2. Create a new branch for your feature or bugfix.
    git checkout -b feature/my-feature
  3. Make your changes and commit them with descriptive messages.
  4. Push to your fork and open a pull request (PR) against the main branch.

Contribution Guidelines

  • Please follow the Code of Conduct and be respectful.
  • Write clear, concise commit messages.
  • For new features, add relevant tests and documentation.
  • Discuss big changes in issues before submitting a PR.
  • Keep PRs small and focused.

Getting Help

  • Check existing issues before opening a new one.
  • Use Discussions or open a new issue for questions.

License

By contributing, you agree that your contributions will be licensed under the project's MIT License.