Add eslint workflow action and CONTRIBUTING.md that says to lint first #66

Merged
thepaperpilot merged 6 commits from thepaperpilot/Profectus:feat/enforce-eslint into main 2024-03-06 04:45:20 +00:00
Collaborator
No description provided.
thepaperpilot added 1 commit 2024-02-18 02:16:58 +00:00
Add eslint workflow action and CONTRIBUTING.md that says to lint first
Some checks failed
Run Tests / test (pull_request) Failing after 2m2s
143b0773e7
thepaperpilot added 1 commit 2024-02-18 02:17:04 +00:00
Merge branch 'main' into feat/enforce-eslint
Some checks failed
Run Tests / test (pull_request) Failing after 2m1s
fa2d7cb53a
Author
Collaborator

Fixes #63

Fixes #63
escapee reviewed 2024-02-21 01:38:28 +00:00
CONTRIBUTING.md Outdated
@ -0,0 +8,4 @@
## Contributing
Make sure to open your PR on Incremental Social - the GitHub repo is just a mirror!
Collaborator

I think this should have a link to the Incremental Social repo in this line, as not everyone will know what/where that is.

I think this should have a link to the Incremental Social repo in this line, as not everyone will know what/where that is.
@ -0,0 +18,4 @@
Ensure that your changes pass all existing tests and, if applicable, add new tests to cover the changes you've made. Run `npm run test` to run all the tests.
## Code Style
Collaborator

Is this supposed to be a subcategory of Contributing (###) or a separate category (##)?

Is this supposed to be a subcategory of Contributing (###) or a separate category (##)?
escapee marked this conversation as resolved
CONTRIBUTING.md Outdated
@ -0,0 +22,4 @@
We use ESLint and Prettier to enforce consistent code style throughout the project. Before submitting a PR, run `npm run lint:fix` to automatically fix any linting issues.
## Issue Reporting
Collaborator

Feel like Issue Reporting should go before Contributing, since it's likely more relevant to the average use case

Feel like Issue Reporting should go before Contributing, since it's likely more relevant to the average use case
thepaperpilot added 1 commit 2024-02-21 04:17:07 +00:00
PR Feedback
Some checks failed
Run Tests / test (pull_request) Failing after 2m6s
64fad5c74a
thepaperpilot added 2 commits 2024-02-21 04:38:55 +00:00
Lint
All checks were successful
Run Tests / test (pull_request) Successful in 2m12s
f7a8fbbb11
thepaperpilot added a new dependency 2024-03-04 01:26:03 +00:00
thepaperpilot added 1 commit 2024-03-04 01:26:31 +00:00
Merge branch 'main' into feat/enforce-eslint
All checks were successful
Run Tests / test (pull_request) Successful in 2m3s
df9ba59a1a
escapee approved these changes 2024-03-06 01:05:05 +00:00
thepaperpilot merged commit b2d7a9ea1d into main 2024-03-06 04:45:20 +00:00
thepaperpilot deleted branch feat/enforce-eslint 2024-03-06 04:45:20 +00:00
Sign in to join this conversation.
No description provided.