Thank you for your interest in contributing to the tech-community-slacks repository! We are looking for more slack groups to add to our expanding list.
If you are interested in adding a new slack group, please add it to the README.
- Check the
README
to see if your suggestion exists or not. - 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/tech-community-slacks.git
- Then type
cd tech-community-slacks
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 slack group suggestion(s).- Append the title and link to the slack group, to the list in the appropriate category
- 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. - The maintainers will review your PR and either request changes or approve it.