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 Open Source
By participating in this project, you are expected to uphold our Code of Conduct. Please report unacceptable behavior to project-email@example.com.
- 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 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.
If you have questions or need further guidance, please reach out to project-email@example.com.