Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First stab at basic contribution and submission guidelines #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contribution Guidelines

## Submitting an Application to the Showcase

Please submit a pull request to the [app repository](https://github.com/phonegap/app) and fill out the Pull Request template!

## Filing Issues with the Site

Go ahead and file an issue, providing as many reproduction details as possible!
30 changes: 30 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Submissions to the App Showcase

If you'd like to share your application on the PhoneGap App Showcase, please
follow this submission template to help expedite the review of your app.

## Requirements

We need to know the basics about your app. In particular:

- [ ] App name
- [ ] Your name or company name
- [ ] Your email address (we may need to contact you about your submission)
- [ ] Web address (for the app or for the app developer)
- [ ] App description (no more than a few paragraphs)
- [ ] App icon, 200px X 200px HiDPI
- [ ] App store link(s)
- [ ] At least two app screenshots (but no more than 3). You can reuse the ones you submitted to the app store(s)
- [ ] Optionally, the URL to a video (YouTube, Vimeo for example)

## Review Criteria

Further, the following is a non-exhaustive list of criteria that the PhoneGap
review team looks for in Showcase applications:

- Is it an example of great design?
- Is the app cross-platform -- meaning, is your app available on at least two of the Apple App Store, Google Play Store, or the Windows Store?
- Does it have a great star rating in the app store(s)?
- Is it an app with a relatively unique concept?
- Is the app useful or impactful?
- Does it contain some level of complexity, showing off what is possible with PhoneGap?