Thank you for your interest in contributing to the fr-women-engineering-leaders repository!
Before submitting a new name, please check the README to see whether your suggestion already exists.
You can fork the repository and work locally in your code editor. If you are listed on this repository but don't want to, please feel free to inform me.
- Fork the repository. Here are the GitHub instructions for forking a repository.
- In the command line, clone the repository by typing
git clone https://github.com/YOUR-GITHUB-USERNAME/fr-women-engineering-leaders.git
- Then type
cd fr-women-engineering-leaders
to go into the project's directory. - Create a branch and switch to that new branch by using the following command: git checkout -b new-branch-name
- Update the
README.md
with your new suggestion. Scroll down to the appropriate job position in the file to add your suggestion. - In the command line, stage your changes by using the
git add .
command. - Commit your changes by using the
git commit -m "commit message"
command. - Push up your changes to the remote branch on GitHub by using the
git push -u origin branch_name
command. - Open a PR directed to our
master
branch. - I will review your PR and either request changes or approve it.