Skip to content

Commit

Permalink
v4.0.0-beta-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Aug 25, 2020
1 parent b241a8e commit dfb6ac6
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 39 deletions.
7 changes: 6 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ We want to make contributing to this project as easy and transparent as possible

We use github to host code, to track issues and feature requests, as well as accept pull requests.

## Setup your development environnement

Please read [this article](https://gladysassistant.com/en/docs/api/setup-development-environnement) on how to setup your developpement environnement for Gladys.

## Before making a Pull Request

Make sure you discussed with the team on [Gladys Community](https://community.gladysassistant.com/) to ensure your pull request goes in the same direction as current developements 🙂
Expand All @@ -34,7 +38,8 @@ We actively welcome your pull requests:
4. Ensure the test suite passes. (`npm test`)
5. Make sure your code lints. (`npm run eslint`)
6. Make sure your code is pretty (`npm run prettier`)
7. Issue that pull request!
7. Make sure you add fake requests data for the demo mode (`front/src/config/demo.json`) so that the demo website is working without a backend. (if needed) See [https://demo.gladysassistant.com](https://demo.gladysassistant.com).
8. Issue that pull request!

## Any contributions you make will be under the Apache 2.0 License

Expand Down
Loading

0 comments on commit dfb6ac6

Please sign in to comment.