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
- Host: GitHub
- URL: https://github.com/esipfed/summermeeting2015
- Owner: ESIPFed
- License: apache-2.0
- Created: 2015-05-19T20:49:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T19:05:41.000Z (almost 11 years ago)
- Last Synced: 2025-10-21T23:38:23.168Z (8 months ago)
- Homepage: http://ESIPFed.github.io/
- Size: 1.18 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```