Do you enjoy web accessibility and want to help? Here's how you can help.
We have a list of articles we'd love to see written. Have an idea for an article? We'd love to know what you want to contribute.
- Search to make sure someone hasn't snagged the article already.
- Claim an article by starting a new issue with "Article: your title" as the issue title. The final title can (or probably should) be different.
- When you check–in, reference that issue number in the commit, e.g.,
re: #32
- Articles can either be submitted via a pull request or written in plain text at a linkable location on the web. We recommend using GitHub's gists (but OK So Clap is another option if gists aren't your thing). Link us to your gist (or your clap) in the issue field for your article and we'll be sure to clone and update our site accordingly with your masterpiece. If you are submitting the article via pull request, we have a lovely sample post file to get you started.
- Make a gist or a clap
- Start a conversation about it in an issue
- Roll the article in yourself via a pull request (gist only) OR ask someone to help you.
Here are some suggestions and tips on writing your article:
- Short - Aim for a timed reading length of approximately two minutes.
- Focused - Keep it digestable and to a single topic. Articles that span multiple areas and topics are better broken up.
Notice something inaccurate? Noticed something inaccessible on this site? You think you can code something up better?
- File an issue.
- Preface your issue as either an
inaccuracy
, ainaccessibility
, or abug
(for site issues) (e.g. "Bug: Link at archive not working"). - ISSUES ARE NOT free help on your website. Use Stack Overflow for that.
gh-pages
is the "master" branch. This is the website.
If you have a feature request(s) we suggest filing an issue initially to discuss your feature. Once that feature has been accepted you'll be off and running to feature making madness. Start a separate branch and use the following naming convention for your feature branch:
feature/name_of_feature
- In order to create a site build you'll need to make sure you've run through all the listed commands in the order they appear from our README.md
- CSS changes must be done in
.scss
files first, never just the compiled files. We use Codekit to compile our Sass and Compass.
- Filing a descriptive issue then assigning it to yourself before you commit would really help get your commit accepted.
By contributing your code, you agree to license your contribution under the terms of the APLv2.