Here's the revised CONTRIBUTING.md
file with your additional instructions:
Thank you for your interest in contributing to the LinkedIn Resume Builder project! We appreciate your help in making this project better. Please follow the guidelines below to ensure a smooth contribution process.
- Forking the Repository
- Setting Up the Development Environment
- Submitting Issues
- Submitting Pull Requests
- Coding Style and Best Practices
- Running Tests
- Code of Conduct
-
Click on the Fork button at the top right corner of the repository page.
-
Clone your forked repository to your local machine:
git clone https://github.com/your-username/linkedin-resume-builder.git
-
Navigate to the project directory:
cd linkedin-resume-builder
If you find a bug or have a feature request, please submit an issue by following these steps:
- Navigate to the Issues tab of the repository.
- Click on the New Issue button.
- Fill out the issue template with the necessary details. Please include:
- A brief description of the issue.
- Screenshots (if applicable) to illustrate the problem.
To submit a pull request:
-
Star the Repository ⭐: If you find this project helpful, please star the repository to show your support!
-
Ensure your fork is up to date with the main repository:
git checkout main git pull upstream main
-
Create a new branch for your feature or fix:
git checkout -b your-branch-name
-
Make your changes and commit them:
git add . git commit -m "Add a brief description of your changes"
-
Push your branch to your forked repository:
git push origin your-branch-name
-
Go to the original repository and create a pull request. In your pull request:
- Write a brief description of the changes.
- Include before and after screenshots (if applicable).
- Mention the issue number that your pull request addresses.
-
After your pull request is merged, please delete your forked repository and fork it again to avoid clashes when merging other issues.
- Follow the JavaScript Standard Style for coding conventions.
- Write clear and concise commit messages.
- Ensure your code is well-documented and easy to understand.
- Add screenshot in issue and pr description.
By participating in this project, you agree to abide by the Code of Conduct. Please treat everyone with respect and kindness.
Thank you for contributing to the LinkedIn Resume Builder project! We appreciate your help in making it a better resource for everyone. If you have any questions, feel free to reach out!