Skip to content

Commit 7dfef2c

Browse files
author
Blake Bertuccelli
authored
👋
1 parent 5f7c74c commit 7dfef2c

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Equalify Contributing Guide
2+
3+
Equalify is in an Alpha MVP "Wild West" phase.
4+
5+
The only limits are your imagination.
6+
7+
I know limits will be created eventually.
8+
9+
For now, let's hack!
10+
11+
## Known Quirks
12+
13+
**I am tuned to UX and A11Y errors.**
14+
15+
Fixes and reports of A11Y or UX errors are greatly appreciated.
16+
17+
**My many years of WP dev have trained me to follow [WordPress coding standards](https://github.com/WordPress/WordPress-Coding-Standards).**
18+
19+
I'm up for any new coding standards!
20+
21+
**Every error is reported with an `Exception`.**
22+
23+
Exceptions allow me to log errors.
24+
25+
**I consider User Errors System Errors. 🚩**
26+
27+
What some platforms display a warning for, like "wrong password," I ring alarm bells for.
28+
29+
I do this because I think good UX should be seamless.
30+
31+
Users should never hit roadblocks.
32+
33+
**There is no authorization system.**
34+
35+
Equalify is being designed as open as possible.
36+
37+
Eventually, I imagine people will want different accounts.
38+
39+
Like so many features, we will build an auth system when folks request it.
40+
41+
## Progress Depends on Bugs
42+
I am inspired by the development of [Gutenberg](https://github.com/WordPress/gutenberg).
43+
44+
A community of engaged devs builds the future of WordPress around issues that can be easily reported by any user.
45+
46+
I hope folks, no matter their expertise, contribute to Equalify.
47+
48+
We can build a more accessible internet together.
49+
50+
Here if you need anything!
51+
52+
-[@bbertucc](https://github.com/bbertucc)

0 commit comments

Comments
 (0)