Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

31 lines (23 loc) · 1.14 KB

Contributing to TalentBot

We welcome contributions to TalentBot! By contributing, you help make this project better and more useful for everyone. Here are some guidelines to help you get started.

How to Contribute

Reporting Issues

If you find a bug or have a suggestion for an improvement, please open an issue on GitHub. Provide as much detail as possible, including steps to reproduce the issue or a detailed description of the suggestion.

Submitting Pull Requests

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.

  2. Clone your fork:

    git clone https://github.com/your-username/talentbot.git
    cd talentbot
  3. Create a branch:

    git checkout -b feature-branch
  4. Make your changes: Implement your changes and commit them with clear and descriptive commit messages.

  5. Push to your fork:

    git push origin feature-branch
  6. Open a pull request: Navigate to the original repository and click the "New Pull Request" button. Provide a detailed description of your changes.

Thank you for contributing to TalentBot!