Interested in contributing? AR.js Studio is an open source project with the goal of remove the barrier of coding knowledge so everyone can easily create, deploy, and share AR projects with the world.
- Invite yourself to the AR.js Studio Slack channel.
- Join the discussion!
If you're not sure how to do something with AR.js studio, please let us know by sending an email, filing an issue, posting your question on Slack or answering this form.
- Search the issue tracker for similar issues.
- Specify the details of the device in which the bug occurred.
- Specify information about your browser and system (e.g., "Firefox Nightly on OS X")
- Describe the problem in detail (i.e., what happened and what you expected would happen).
- If possible, provide a a link to your application, and/or a screenshot.
Check out the issues labeled 1.0.0 or hacktoberfest for good issues to tackle. Here's how to submit a pull request (PR):
- Have a GitHub account with SSH keys set up.
- Fork the repository on GitHub.
- Clone your fork of the repository locally (i.e.,
git clone [email protected]:yourusername/studio
). - Create a branch to work in (i.e.,
git checkout -b mybranch
). - Make changes to your fork of the repository, commit them, and push them (i.e.,
git add -A . && git commit -m 'My Changes (fixes #1234)' && git push origin mybranch
). - Submit a pull request against the master branch. If you head to the AR.js Studio repository after running
git push
from earlier, you should see a pop up to submit a pull request. - Address review comments if any.
As per usual with open source, you would agree to license your contributions under the MIT License.
- Create something awesome!.
- Publish your work to Github (and GitHub pages) so everyone can learn from your work.
- Invite yourself to the AR.js Studio Slack channel.
- Help answer questions that people might have and welcome new people.
- Help respond to newly-filed GitHub issues
If you want to hold an event and talk about WebAR and AR.js Studio, check out the design kit.
Thanks so much for contributing and making WebAR happen!