Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more content in CONTRIBUTING.md #191

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Wedemy TODO
# Contributing

You may help complete this TODO list. Fork the project, create a new branch, add your edits, and submit your pull request.
Before you push your commit, please run `npm run lint`. I will review before merging it.
You may help complete this TODO list. Fork the project, create a new branch, add your edits, and submit your pull
request.
Before you push your commit, please run `npm run lint`. It will format & lint the code according to the rules in
[.eslintrc.js](.eslintrc.js) and [prettier.config.js](prettier.config.js).

- [x] CSS/Layout cleanup on mobile
- [ ] Full Dark Mode
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server framework or language you like with this project.
## Install

```sh
# Requires node 16.x or higher
# Requires node 18.x or higher
npm install
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wedemyvite",
"version": "2.0.0",
"version": "1.3.0",
"private": true,
"author": "Davis Tibbz",
"license": "MIT",
Expand Down