Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 965 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 965 Bytes

🚀 Contributing to slash-fix

Thank you for your interest in contributing to slash-fix!

🛠️ Steps to Contribute

  1. Fork the original repo
  • Navigate to slash-fix repository on GitHub.
  • Click the "Fork" button at the top-right corner of the page to create your own fork of the repository.
  1. Clone your Fork
  • Clone your forked repository to your local machine:
    git clone https://github.com/YOUR_USERNAME/slash-fix.git
    cd slash-fix
  1. Grab an issue
  • Visit the Issues tab and select an issue you'd like to work on.
  • Familiarize yourself with the details related to the selected issue.
  • If you have any questions, feel free to ask in the issue discussion or open a new issue.
  1. Create the PR
  • Create the PR from your fork to the original repository.
  • Mention your PR in the issue you chose.