Skip to content

Commit

Permalink
Add env wiki to CONTRIBUTING (#213)
Browse files Browse the repository at this point in the history
* docs: add bug report issue template

* fix: node-fetch version

* docs: add env instructions to CONTRIBUTING
  • Loading branch information
jonatan5524 authored Mar 18, 2022
1 parent ca45c75 commit 9f3ddf1
Show file tree
Hide file tree
Showing 3 changed files with 13,331 additions and 78 deletions.
12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
1. Fork the repo.
1. Fork the repo.
2. Make changes.
3. Please describe the changes and open PR.

Note:
Note:

- Please update Readme if applicable.
- Create issue if you are adding new feature or proposing changes.

---
### Scripts:

### Scripts:

Install - `npm install`
Start dev server - `npm run dev`
Add and setup .env file - [ENV variables Wiki](https://github.com/muke1908/chat-e2ee/wiki/ENV-variables)
Start dev server - `npm run dev`

---

Please follow the convention for commit message.
https://github.com/conventional-changelog/commitlint/#what-is-commitlint

Expand Down
Loading

0 comments on commit 9f3ddf1

Please sign in to comment.