forked from google/personfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
License
OmniSliver/personfinder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
============================= Person Finder =================================== Person Finder is a searchable missing person database written in Python and hosted on App Engine. Person Finder implements the PFIF data model and provides PFIF import and export as well as PFIF Atom feeds. It was initially created by Google volunteers in response to the Haiti earthquake in January 2010, and today contains contributions from many volunteers inside and outside of Google. It was used again for the earthquakes in Chile, Yushu, and Japan, and now runs at http://google.org/personfinder/. ============================= How to Contribute ================================ 1. Set up the developement environment. 1a. Set up your Git client. Make sure to set your name and email. > https://help.github.com/articles/set-up-git/ 1b. Install hub commandline tool. > https://github.com/github/hub 1b. Clone the PF repository. $ git clone https://github.com/google/personfinder.git pf 2. Find an issue to work on, or create a new one. > https://github.com/google/personfinder/issues 3. Create a new branch, prefixed with your username. $ git checkout -b your-new-feature 4. Make changes and commit. Repeat the step until you are ready for code review. $ git commit 5. Push your local changes to the remote repository. $ git push -u origin your-new-feature 6. Create a new pull request. (-i is optional, but strongly encouraged.) $ hub pull-request -i <issue #> 7. The pull request will be reviewed by one of the code reviewers (*) and merged to the master branch after addressing reviewer's comments. (ichikawa@google.com or ryok@google.com as of 2015/01/30).
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 98.5%
- JavaScript 1.4%
- CSS 0.1%