Skip to content

Commit

Permalink
Improve readme to make it more clear about how PRs work
Browse files Browse the repository at this point in the history
  • Loading branch information
datkat21 committed Feb 18, 2024
1 parent 4ed2aee commit e53ece3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ Once you have passed these tests your app will be published to the public repo a
People will then be able to download your app and receive updates.

You will have to submit a Pull Request for every update, We will still check the app but it won't be as thorough as the first time.

## How do I make a good Pull Request?

You will need to meet the following requirements to have a good PR:

- It includes a change that will add/update your app(s)
- It does not modify or remove any other apps' code
- Run `listing.js` in a Node.js environment locally after adding your app to ensure the listings are updated

0 comments on commit e53ece3

Please sign in to comment.