Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

How to add new Audit Rules! #83

Closed
ghost opened this issue Mar 19, 2014 · 4 comments
Closed

How to add new Audit Rules! #83

ghost opened this issue Mar 19, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Mar 19, 2014

I've been planning to add new audit rules to the accessibility developer tools. How easy/difficult is it going to be? I have forked this project. Should I go ahead with simply adding a new .js file to src/sudits? Will that work?
Thanks!

@ckundo
Copy link
Collaborator

ckundo commented Mar 19, 2014

@sumona29 contributing to Accessibility Developer Tools project is out of
the immediate domain of this project, so I suggest you post questions about
creating audit rules there. Ideally you'd get the rules integrated into
master via a pull request on that project, and then it would be added
automatically to capybara-accessible next time we update the integration.

On Wed, Mar 19, 2014 at 1:41 AM, sumona29 notifications@github.com wrote:

I've been planning to add new audit rules to the accessibility developer
tools. How easy/difficult is it going to be? I have forked this project.
Should I go ahead with simply adding a new .js file to src/sudits? Will
that work?
Thanks!

Reply to this email directly or view it on GitHubhttps://github.com//issues/83
.

@alice
Copy link
Contributor

alice commented Mar 19, 2014

@ckundo Actually this comment is on accessibility-developer-tools.

Adding a new .js file to src/audits should work - the Gruntfile uses a glob in that directory so anything in there gets pulled in.

Would love to see a pull request for any new rules you're adding!

@ghost
Copy link
Author

ghost commented Mar 19, 2014

Hey thanks a lot! I really appreciate the prompt reply that you guys send.
I'm thinking of adding new audit rules here so that the capybara-accessible
gem can use the new set of rules.
On 19 Mar 2014 21:43, "Alice" notifications@github.com wrote:

@ckundo https://github.com/ckundo Actually this comment is on
accessibility-developer-tools.

Adding a new .js file to src/audits should work - the Gruntfile uses a
glob in that directory so anything in there gets pulled in.

Would love to see a pull request for any new rules you're adding!

Reply to this email directly or view it on GitHubhttps://github.com//issues/83#issuecomment-38070535
.

@alice
Copy link
Contributor

alice commented Mar 19, 2014

Fantastic!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants