Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.31 KB

File metadata and controls

24 lines (18 loc) · 1.31 KB

Contributing to Dotfiles

Thank you for your interest in contributing! I welcome bug reports, feature suggestions, and pull requests.

Reporting Issues

  • Check if a similar issue already exists.
  • For Bugs: Provide a clear title, description, steps to reproduce, and expected vs. actual behavior.
  • For Enhancements: Provide a clear title, detailed description, and the motivation behind the suggestion.

Submitting Pull Requests

  1. Discuss First: Open or comment on an issue to discuss the change before starting significant work.
  2. Fork & Branch: Fork the repository and create a descriptive branch from main (e.g., 123-fix-bug).
  3. Develop: Implement your changes.
  4. Update Documentation: Ensure any relevant documentation or samples are updated.
  5. Submit PR:
    • Push your branch to your fork.
    • Open a Pull Request against the original repository's main branch.
    • Link the Issue: Reference the related issue (e.g., Closes #123).
    • Describe Your Changes: Clearly explain what you did and why.
  6. Review: Address any feedback from maintainers.

I appreciate your contributions!