https://github.com/PrinciplesDotDev/principles
An open-source list of principles used in software engineering
https://github.com/PrinciplesDotDev/principles
principles
Last synced: 8 months ago
JSON representation
An open-source list of principles used in software engineering
- Host: GitHub
- URL: https://github.com/PrinciplesDotDev/principles
- Owner: PrinciplesDotDev
- License: gpl-3.0
- Created: 2019-08-01T21:44:30.000Z (over 6 years ago)
- Default Branch: release
- Last Pushed: 2023-06-16T11:18:14.000Z (over 2 years ago)
- Last Synced: 2024-09-21T16:39:21.535Z (over 1 year ago)
- Topics: principles
- Homepage: https://principles.dev
- Size: 308 KB
- Stars: 253
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - principles - source list of principles used in software engineering | PrinciplesDotDev | 216 | (Others)
README

Open-source principles to align engineering and leadership teams. Build is published onto principles.dev. Contributors welcome.
(*) Principle licensing may vary, read below for more info
## Contributing
We are a group of contributors with a goal to make software engineering and leadership behaviors visible, to make software better for everyone.
You can create your principle by using the [Editor](https://principles.dev/editor/), reading the [how to write a principle](https://principles.dev/documentation/#how-to-write-a-principle_1) and, of course, the Contributing.md. Once done you can submit a pull request back to this repo.

## Keeping in touch
1. Sign up for an account at https://principles.dev where you can save your principles drafts (for submitting to this repo) and organising your favourite principles in your profile.
2. Follow [@principles_dev](https://twitter.com/principles_dev) to hear more about principles.
3. There's also a mailing list on the website with infrequent emails about principles.
## Licensing
Principles are generally licensed under Creative Commons Attribution-ShareAlike 4.0 International. But may be licensed under other creative commons license. Refer to the individual principle meta-data file for license claims - you can find this at the top of every principles file.
e.g. ```license = "CC BY-SA 4.0"```
Principles may also be licensed under a dual GPLv3.0 license to allow software distribution under the same terms. Refer to the individual principle meta data for license claims - you can find this at the top of every principles file.
e.g. ```allow_dual_licensing_to_GPLv3 = true```
For more information on licensing, read here: https://principles.dev/license/