We’re so glad you’re thinking about contributing to a Technology Transformation Services (TTS) open source project! If you’re unsure about anything, just ask — or submit your issue or pull request anyway. The worst that can happen is we’ll politely ask you to change something. We appreciate all friendly contributions.
TTS is committed to building a safe, welcoming, harassment-free culture for everyone. We expect everyone on the TTS team and everyone within TTS spaces, including contributors to our projects, to follow the TTS Code of Conduct.
We encourage you to read this project’s CONTRIBUTING policy (you are here), its LICENSE, README and its Workflow process.
If you have any questions or want to read more, check out the 18F Open Source Policy GitHub repository, or send us an email.
To help us get a better understanding of the issue you’re submitting, follow our ISSUE TEMPLATE
and the guidelines it describes in the template.
Also, here are some definitions around the labels we use to help us organize our issues:
- Accessibility
- Content Design
- DevOps
- Documentation
- Engineering
- Front end
- User Experience
- Visual Design
- Abandoned: Contributor no longer responsive in correspondence.
- Accepted: Reviewed and approved by core teammate and included on product roadmap.
- Backlog: A build up of work that’s been initially reviewed and correlating labels applied. It needs to be reviewed before moving to “Accepted”.
- Blocked: Not able to move forward with work due to conflict.
- Completed: Merged in and closed.
- Help wanted: Contributors open to claiming and tackling. Description and acceptance criteria have been written.
- Idea: New idea or request; team has yet to evaluate.
- In progress: Work that has been assigned and is currently being worked on.
- Need more info: There is not enough information in order to move forward. A team member may request more information from the submitter or do some research to find the necessary information.
- On Hold: Work is currently paused (or not able to move forward) due to conflict.
- Review needed: Pull request review needed.
- Revisions needed: Requires corrections based on team feedback.
- Blocker: Needs immediate attention. Prevents the product from working if it were released in that state. (For example: build failing, tests not passing)
- Critical: A critical requirement without which it is unacceptable to stakeholders. Impacts the application’s functionality. (For example: feature not working in all browsers, content not accessible to screen readers)
- Major: A necessary but deferrable requirement that makes the product less usable but still functional. Does not impact the application’s functionality. (For example: typos)
- Minor: A nice feature to have if there are resources, but the product functions well without it. Also known as “could be betters.” (For example: feature requests, cosmetic enhancements)
- Bug: Error, failure, or flaw in the product.
- Enhancement: Modification of product to enhance performance or correct faults for items that already exist.
- Maintenance: Fixing product defects.
- Question: An inquiry asking for more information.
- New: A completely new, discrete unit added to the package.
Here are a few guidelines to follow when submitting a pull request:
- Create a GitHub account or sign in to your existing account.
- Fork this repo into your GitHub account (or just clone it if you’re an 18F team member). Read more about forking a repo here on GitHub: https://help.github.com/articles/fork-a-repo/
- Create a branch from
main
that lightly defines what you’re working on (for example, add-styles). - Once you’re ready to submit a pull request, fill out the
PULL REQUEST TEMPLATE
provided. - Submit your pull request against the
main
branch.
Have questions or need help with setup? Open an issue here https://github.com/uswds/uswds-site/issues.
The purpose of the CSS coding styleguide is to create consistent CSS or preprocessor CSS code across 18F. The styleguide should be treated as a guide — rules can be modified according to project needs.
This project follows the 18F Front End Guide - CSS. Please use this guide for your reference, as well as running npm run lint
to check for consistency.
This project follows the 18F Front End Guide - JavaScript. Please use this guide for your reference, as well as running npm run lint
to check for consistency.