GorangoCSS Docs
Project HomeProject Repo
  • Overview
  • Changelog
  • Contributing
    • Contributing to GorangoCSS
    • Contributing to the Docs
  • Layouts
    • Hero
    • Columns
    • Flex
  • Components
    • Buttons
    • Notice
    • Card
    • Highlight
    • Float
    • Badge
  • Utilities
    • Background Color
    • Border
      • Border Properties
      • Rounded Border
    • Margin
    • Padding
Powered by GitBook
LogoLogo

© Kawanua Indo Digital

On this page
  • Guidelines
  • How to contribute
  • Create an issue
  • Please use inclusive language
  • Create a pull request

Was this helpful?

  1. Contributing

Contributing to GorangoCSS

We are all humans trying to work together to improve the community. Always be kind and appreciate the need for tradeoffs.

PreviousContributingNextContributing to the Docs

Last updated 4 years ago

Was this helpful?

We expect contributors to abide by our underlying . All discussions about this project must be respectful and harassment-free.

Remember that communication is the lifeblood of any Open Source project. We are all working on this together, and we are all benefiting from this software.

It's very easy to misunderstand one another in asynchronous, text-based conversations. When in doubt, assume everyone has the best intentions.

If you feel anyone has violated our Code of Conduct, you should anonymously contact the team with our .

Guidelines

How to contribute

  1. and clone it to your local machine.

  2. Create a branch with your GitHub username and the ID of the issue, for example: git checkout -b USERNAME/some-new-feature-1234

  3. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature 1234'

  4. Push to the branch: git push -u origin USERNAME/some-new-feature-1234

  5. for your branch.

Create an issue

Nobody's perfect. Something doesn't work? Something could be better? Check to see if the issue already exists, and if it does, leave a comment to get our attention! If the issue doesn't already exist, feel free to create a new one. A core team member will triage incoming issues.

Please note: core team members may update the title of an issue to reflect the discussion.

Please use inclusive language

If you unintentionally use language deemed harmful, there is no shame. We will work together to find a better alternative. Being thoughtful about language also encourages more thoughtful code!

Create a pull request

  • Try to keep the pull requests small. A pull request should try its very best to address only a single concern.

  • Document your reasoning behind the changes. Explain why you wrote the code in the way you did. The code should explain what it does.

  • All commits in a pull request will be squashed when merged.

Inclusion and respect are core tenets of our . We expect thoughtful language all the way down to the code. Some technical metaphors are alienating or triggering. We ask that contributors go the extra mile to submit code which is inclusive in nature.

If there's an existing issue, reference to it by adding something like References/Closes/Fixes/Resolves #123, where 123 is the issue number. .

Code of Conduct
abuse report form
Fork the project
Create a pull request
Code of Conduct
More info here