An open API service indexing awesome lists of open source software.

https://github.com/esipfed/summermeeting2015

ESIP Summer Meeting 2015
https://github.com/esipfed/summermeeting2015

Last synced: 4 months ago
JSON representation

ESIP Summer Meeting 2015

Awesome Lists containing this project

README

          

ESIP Summer Meeting
=======
This is the collaborative space for the upcoming [ESIP Summer Meeting](http://esipfed.github.io/).

Other ESIP Collaboration Spaces
---
* [ESIP Commons](http://commons.esipfed.org/)
* [ESIP Wiki](http://wiki.esipfed.org/index.php/Main_Page)

Tweeting and Social Media
---
If you are considering tweeting about the site, please use the hashtag [#ESIPfed](https://twitter.com/search?q=%23esipfed&src=typd)

Submitting a Pull Request to the Website
---
```
0. Download and install hub.github.com
1. File JIRA issue for your update at https://github.com/ESIPFed/SummerMeeting2015/issues
- you will get issue id e.g., #X where X is the issue ID, e.g., if X is 101, then #101
2. git clone https://github.com/ESIPFed/SummerMeeting2015.git
3. cd SummerMeeting2015
4. git checkout -b PR-X
5. edit files to commit
6. git status (make sure it shows what files you expected to edit)
7. git add
8. git commit -m “fix for #X contributed by ”
9. git fork
10. git push -u PR-X
11. git pull-request
```