Slack is like being at the water cooler and talking with your team members.
Follow the project, you will get emails when issues are added/changed as well as code.
It would be a good idea to follow the other projects so we can all collaborate.
The primary reason is to make it visible for potential:
- other developers
- our members
- your team
- stakeholders
- users
- google searches
- media
Communications is another reason:
All sorts of people will visit your GitHub repo besides your team members.
What will they see when they visit your GitHub repo:
- Title
- Short Description
- URL to something
- Filelist
- Readme
Three other things
- Issues An example of a non team member question.
- Wiki discussions in issues or slack can be summarized in the Wiki, and the Wiki can be your projects documentation.
- gh-pages, you can create a simple web site for your app, or host the app itself.
- Open up your GitHub client
- File -> Clone Repository
- Select the repository from the list, say your-repo
- Clone it to a place of your liking (Project Directory)
- Locate the image you would like to upload
- Drag/Drop it to the Project Directory you just created by cloning. This is also the time to create a directory for it, if you want.
- If not already open, Open up your GitHub client.
- Select your clone
- You should see the file you want uploaded
- Add a summary and if you want description
- Click "Commit to your-repo"
This process does two things, pulls changes down to your clone of the project, and pushes up changes on your clone to GitHub.
- If not already open, Open up your GitHub client. 2.Select your-repo
- Click "Sync" in the upper right hand corner.