You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.9 KiB

  1. # Contributing
  2. 1. Sign one of the contributor license agreements below.
  3. #### Running
  4. Once you've done the necessary setup, you can run the integration tests by
  5. running:
  6. ``` sh
  7. $ go test -v github.com/golang-sql/civil
  8. ```
  9. ## Contributor License Agreements
  10. Before we can accept your pull requests you'll need to sign a Contributor
  11. License Agreement (CLA):
  12. - **If you are an individual writing original source code** and **you own the
  13. intellectual property**, then you'll need to sign an [individual CLA][indvcla].
  14. - **If you work for a company that wants to allow you to contribute your
  15. work**, then you'll need to sign a [corporate CLA][corpcla].
  16. You can sign these electronically (just scroll to the bottom). After that,
  17. we'll be able to accept your pull requests.
  18. ## Contributor Code of Conduct
  19. As contributors and maintainers of this project,
  20. and in the interest of fostering an open and welcoming community,
  21. we pledge to respect all people who contribute through reporting issues,
  22. posting feature requests, updating documentation,
  23. submitting pull requests or patches, and other activities.
  24. We are committed to making participation in this project
  25. a harassment-free experience for everyone,
  26. regardless of level of experience, gender, gender identity and expression,
  27. sexual orientation, disability, personal appearance,
  28. body size, race, ethnicity, age, religion, or nationality.
  29. Examples of unacceptable behavior by participants include:
  30. * The use of sexualized language or imagery
  31. * Personal attacks
  32. * Trolling or insulting/derogatory comments
  33. * Public or private harassment
  34. * Publishing other's private information,
  35. such as physical or electronic
  36. addresses, without explicit permission
  37. * Other unethical or unprofessional conduct.
  38. Project maintainers have the right and responsibility to remove, edit, or reject
  39. comments, commits, code, wiki edits, issues, and other contributions
  40. that are not aligned to this Code of Conduct.
  41. By adopting this Code of Conduct,
  42. project maintainers commit themselves to fairly and consistently
  43. applying these principles to every aspect of managing this project.
  44. Project maintainers who do not follow or enforce the Code of Conduct
  45. may be permanently removed from the project team.
  46. This code of conduct applies both within project spaces and in public spaces
  47. when an individual is representing the project or its community.
  48. Instances of abusive, harassing, or otherwise unacceptable behavior
  49. may be reported by opening an issue
  50. or contacting one or more of the project maintainers.
  51. This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0,
  52. available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)
  53. [gcloudcli]: https://developers.google.com/cloud/sdk/gcloud/
  54. [indvcla]: https://developers.google.com/open-source/cla/individual
  55. [corpcla]: https://developers.google.com/open-source/cla/corporate