Skip to content
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 @@
# Contributing

Frontend-dev is an open source project. It is licensed using the AGPL License 3.0. We appreciate pull requests, here are our guidelines:

1. File a bug at https://github.com/bastly/frontend-dev/issues (if there
isn’t one already). If your patch is going to be large it might be a good idea
to get the discussion started early. We are happy to discuss it in a new issue beforehand.
1. Make sure that patches provide justification for why they should be merged. Frontend-dev is an opinionated project and as such, patches which add support for alternative choices to those we prescribe are not guaranteed to land.
1. We ask that you squash all the commits together before pushing.
Loading