-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from noclocks/develop
Develop -> Main
- Loading branch information
Showing
11 changed files
with
169 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# No Clocks, LLC Funding | ||
|
||
*Last Updated: **`2024-03-17`*** | ||
|
||
## Funding | ||
|
||
[No Clocks, LLC](https://github.com/noclocks) is an open-source development team that relies on the support of the community to maintain and improve our projects. If you find value in our work, please consider supporting us financially. Your contributions will help us continue to produce high-quality software and provide support to our users. | ||
|
||
No Clocks approaches funding with the following principles: | ||
|
||
- **Transparency**: We will be transparent about how we use the funds we receive. Everyone gets to see where the money goes and where it came from. | ||
|
||
- **Open Participation**: We will make it easy for anyone to contribute to our projects. We will provide multiple ways for people to support us financially. | ||
|
||
- **Sustainability**: We will use the funds to ensure the long-term sustainability of our projects. | ||
|
||
- **Community Support**: We will use the funds to support the community that supports us. We will use the funds to support the people who contribute to our projects. | ||
|
||
- **No Strings Attached**: We will not accept funding that comes with strings attached. We will not accept funding that requires us to change our projects or our principles. | ||
|
||
- **No Advertising**: We will not use the funds to advertise our projects. We will not use the funds to promote our projects. | ||
|
||
- **No Profit**: We will not use the funds to make a profit. We will use the funds to cover the costs of maintaining and improving our projects. | ||
|
||
## Distribution | ||
|
||
The funds we receive will be invested back into the community. Every dollar spent should suport or improve a project, or the community that supports us. | ||
|
||
- **Merchandise**: Creating and distributing merchandise to our contributors and supporters. | ||
|
||
- **Documentation**: Creating and maintaining documentation for our projects. | ||
|
||
- **Website**: Maintaining and improving our website. | ||
|
||
- **Infrastructure**: Maintaining and improving the infrastructure that supports our projects. | ||
|
||
- **Research**: Funding research that supports our projects. | ||
|
||
- **Supporting Contributors**: Supporting the people who contribute to our projects. | ||
|
||
- **Sponsoring Other Projects**: Supporting other open-source projects that we rely on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Governance | ||
|
||
> [!NOTE] | ||
> This document outlines the governance model for the [No Clocks, LLC](https://github.com/noclocks) open-source development team. It includes detailed descriptions of the roles and responsibilities of the team members, as well as the decision-making process and the rules for the team's operations. | ||
- **All members of the team are expected to adhere to the rules and guidelines outlined in this document as well as the organization's [Code of Conduct (CoC)](./CODE_OF_CONDUCT.md).** | ||
|
||
## Contribution | ||
|
||
> [!NOTE] | ||
> [No Clocks, LLC](https://github.com/noclocks) strives to be an open and inclusive community. We welcome contributions from everyone, regardless of their experience and want to recognize that everyone's contributions are valuable. | ||
- **All contributions to the organization's open-source projects are subject to the rules and guidelines outlined in the [Contributing Guidelines](./CONTRIBUTING.md).** | ||
|
||
## Roles and Responsibilities | ||
|
||
We recognize different levels of contribution as four different Contributor Levels. Because each level comes with a new set of privileges and responsibilities, you may also see these levels referred to as Contributor Roles. | ||
|
||
Contributor levels are available to all members of the Astro community, regardless of coding skill or experience. | ||
|
||
Two important things that we look for in a contributor are: | ||
|
||
Being here - Everyone's time is valuable, and the fact that you're here and contributing to Astro is amazing! Thank you for being a part of this project with us. | ||
Being a positive member of our community - Go above and beyond our Code of Conduct and commit to healthy communication across pull requests, issue discussions, Discord conversations, and any interactions outside of our community |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Defined below are the security contacts for this repo. | ||
# | ||
# They are the contact point for triaging and handling of incoming | ||
# Security issues. | ||
# | ||
# The below names agree to abide by the | ||
# [Embargo Policy](https://github.com/withastro/.github/blob/main/SECURITY.md) | ||
# and will be removed and replaced if they violate that agreement. | ||
# | ||
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE | ||
# INSTRUCTIONS AT https://github.com/noclocks/.github/blob/main/SECURITY.md | ||
|
||
Jimmy Briggs (@jimbrig) | ||
Patrick Howard (@phoward38) |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# GitHub Checklist | ||
|
||
- [ ] Create GitHub Organization: `noclocks` | ||
- [ ] Set Organization Owners | ||
- [ ] Set Organization Members | ||
- [ ] Set Organization Teams | ||
- [ ] Set Organization Projects | ||
- [ ] Set Organization Repositories | ||
- [ ] Set Organization Settings | ||
- [ ] Set Organization Billing | ||
- [ ] Initialize Repository: `noclocks/.github` | ||
- [ ] Create Organization Public Profile README ([`noclocks/.github/profile/README.md`](htps://github.com/noclocks/.github/profile/README.md)) | ||
- [ ] Customize Private Organization Profile README ([`noclocks/.github-private/profile/README.md`](htps://github.com/noclocks/.github-private/profile/README.md)) | ||
|
||
|
||
- [ ] Add `CODE_OF_CONDUCT.md` | ||
- [ ] Add `CONTRIBUTING.md` | ||
- [ ] Add `FUNDING.yml` | ||
- [ ] Add `GOVERNANCE.md` | ||
- [ ] Add `SECURITY.md` | ||
- [ ] Add `SUPPORT.md` | ||
- [ ] Add `.github/ISSUE_TEMPLATES` |
Empty file.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters