We love contributors! Schools and Properties is maintained by developers just like you.
Before raising an issue, make sure you have checked the open and closed issues to see if an answer is provided there.
Please provide the following information with your issue to enable us to respond as quickly as possible.
- The relevant versions of the packages you are using.
- The steps to recreate your issue.
- An executable code example where possible. You can fork this repository and use one of the [examples] to quickly recreate your issue.
If you're not sure where to start, look at the project board. Otherwise create an issue and label it "feature request" and the owner of the repo will continue the conversation there.
Awesome! We basically follow vanilla NuxtJs installation - just use yarn lint
and yarn test
before pushing your code that all validations will happen.
- Please write tests for any changes
- Please follow existing code style and conventions
- Please separate unrelated changes into multiple pull requests
- For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change