Skip to content

Commit

Permalink
Docs: added a Pull Request Guidelines in CONTRIBUTING.md (#1520)
Browse files Browse the repository at this point in the history
* fix: updated snapshot and added shein logo and website

* chore: deleted alias in installOptions

* chore: deleted alias in installOptions

* chore: drop the alias in installOptions in  SnowpackConfig interface

* docs: added a  Pull Request Guidelines

* [ci] yarn format

* docs: submitted a revised pull request guidelines.

* [ci] yarn format

* Update CONTRIBUTING.md

Co-authored-by: iam-frankqiu <[email protected]>
Co-authored-by: Fred K. Schott <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2020
1 parent c0524a0 commit 657c3fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 comment on commit 657c3fe

@vercel
Copy link

@vercel vercel bot commented on 657c3fe Nov 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.