First off, thank you for considering contributing to the Profile Showcase Repository! It's people like you that make this project a great tool for beginners wanting to participate in Hacktoberfest.
By participating in this project, you are expected to uphold our Code of Conduct. Please report unacceptable behavior to [email protected].
- Before submitting a bug report, please check the existing issues to see if someone else has already reported the problem.
- If the issue doesn't already exist, open a new one. Be sure to include a title and clear description, and as much relevant information as possible.
- First, read the README.md and ensure that your suggestion doesn't already exist.
- Provide a clear and detailed explanation of the enhancement in a new issue.
If you're new to open-source or Hacktoberfest, look for issues labeled good first issue
or beginner-friendly
. These are simple tasks perfect for those new to open-source.
- Fork the repository.
- Create a new branch:
git checkout -b your-branch-name
. - Make your changes.
- Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin your-branch-name
. - Submit a pull request.
- Please ensure your contributions are meaningful. We encourage you to submit quality pull requests in line with Hacktoberfest's quality standards.
- Spammy PRs will be labeled as
invalid
and won't count towards Hacktoberfest.
If you have questions or need further guidance, please reach out to [email protected].