diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b1feec8ce..356d0c1e18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,6 +109,19 @@ Note the path must start with must start with a `.` to be considered local The `--verbose` flag enables additional logs which will help to identify the source of a problem. The `--reload` will clear the local cache which might have been created by a different `snowpack` version. Learn more about [Snowpack's CLI flags](https://www.snowpack.dev/#cli-flags). +## Pull Request Guidelines + +Checkout a topic branch from a base branch, e.g. `master`, and merge back against that branch. + +If adding a feature, it probably should have been brought up in a [discussion](https://github.com/snowpackjs/snowpack/discussions) instead before the PR was created. + +Some tips for creating your first pull request: + +- Provide background for why a PR was created. +- Link to any relevant issues, discussions, or past PRs. +- Add accompanying tests if applicable. +- Ensure all tests have been passed. + ## Discussion [Join the Pika Discord](https://discord.gg/rS8SnRk)