Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1. **Fix typo in 'reputation farming'** #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sergeypanin1994
Copy link

  1. Fix typo in 'reputation farming'

    git commit -m "fix(docs): fixed typo 'reputating farming' → 'reputation farming'"
  2. Correct 'checkout' → 'check out' in cloning instructions

    git commit -m "fix(docs): corrected 'checkout' → 'check out' in cloning instructions"
  3. Clarify GitHub workflow update instructions

    git commit -m "docs: clarified instructions for updating GitHub workflow when changing commit"
  4. Improve wording: 'Then' → 'Next' for better step sequence

    git commit -m "style(docs): changed 'Then' to 'Next' for better readability"
  5. Fix command style: 'docker compose' → 'docker-compose'

    git commit -m "fix(docs): corrected 'docker compose' → 'docker-compose' in command example"

If you prefer to combine all fixes into a single commit:

git commit -m "fix(docs): fixed typos, improved wording, and clarified instructions"

   ```bash
   git commit -m "fix(docs): fixed typo 'reputating farming' → 'reputation farming'"
   ```

2. **Correct 'checkout' → 'check out' in cloning instructions**
   ```bash
   git commit -m "fix(docs): corrected 'checkout' → 'check out' in cloning instructions"
   ```

3. **Clarify GitHub workflow update instructions**
   ```bash
   git commit -m "docs: clarified instructions for updating GitHub workflow when changing commit"
   ```

4. **Improve wording: 'Then' → 'Next' for better step sequence**
   ```bash
   git commit -m "style(docs): changed 'Then' to 'Next' for better readability"
   ```

5. **Fix command style: 'docker compose' → 'docker-compose'**
   ```bash
   git commit -m "fix(docs): corrected 'docker compose' → 'docker-compose' in command example"
   ```

If you prefer to combine all fixes into a single commit:
```bash
git commit -m "fix(docs): fixed typos, improved wording, and clarified instructions"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant