dotnet-foundation / dotnet-foundation/projects
New project application: Npgsql
@clairernovotny is already working on this.
Since Apr 23, 2021.
- Dominant language
- No language data
- Stars
- 157
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
1. General Information
Project Name: Npgsql
License: PostgreSQL
Contributor (Company, Organization or individual name(s)): @roji, @vonzshik
Existing OSS Project? (Yes/No): Yes
Source Code URL: https://github.com/npgsql
Project Homepage URL (if different): https://www.npgsql.org
Project Transfer Signatories:
Will submit via email
2. Description
Please provide a brief statement about your project in terms that are understandable to the target consumer of the library or project, i.e. an elevator pitch for the project:
This application covers the three projects in the Npgsql Github organization:
- Npgsql is the .NET data provider for the PostgreSQL database.
- EFCore.PG (full name Npgsql.EntityFrameworkCore.PostgreSQL) is the Entity Framework Core provider for PostgreSQL, built on top of Npgsql
- EntityFramework6.Npgsql is the Entity Framework 6 provider for PostgreSQL. It is archived.
Please provide a 1 sentence (<140 character) summary of your project to help users when searching the .NET Foundation projects
Npgsql is the family of .NET data access projects for the PostgreSQL database.
3. Project Governance
Please complete this section about who will be maintaining the open source project and how it will run.
Project Lead:
(Who is the primary contact point for the community and the .NET Foundation when discussing governance of the project.)
Name: Shay Rojansky
Email: roji@roji.org
GitHub Profile URL: github.com/roji
Committers:
Will submit via email
Governance Model:
@roji has been the long time maintainer of the project (over 5 years), and most changes require sign-off from him. As the Npgsql project recently has more active contributors, we practice a model of mutual sign-off where another core contributor approves PRs before they get merged.
In the EFCore.PG project, the only consistently active contributor is @roji.
CLA
There is no CLA at this time.
CLA Notification Alias
roji@roji.org
5. Eligibility Criteria
Please complete the following for your project
- The project is built on the .NET platform and/or creates value within the .NET ecosystem.
- Yes
- No
- The project produces source code for distribution to the public at no charge.
- Yes
- No
- The project's code is easily discoverable and publicly accessible (preferably on GitHub).
- Yes
- No
- The project contains a build script that can produce deployable artifacts that are identical to the official deployable artifacts, with the exception of code signing (Exception may be granted for strong name keys, though strongly encouraged to be committed. Exception relies on OSS signing being in the build script for public builds).
- Yes
- No
- When applicable, project must use reproducible build settings in its toolchain.
- Yes
- No
- The project uses Source Link.
- Yes
- No
- The project uses either embedded PDBs or publish symbol packages to NuGet (if applicable).
- Yes
- No
- The project code signs their artifacts as appropriate.
- Yes
- No
- The project organization has 2FA enabled. Requiring 2FA must be done as part of onboarding if not already enabled.
- Yes
- No
- Libraries that are mandatory dependencies of the project are offered under a standard, permissive open source license which has been approved by the .NET Foundation (exceptions include a dependency that is required by the target platform where no alternative open source dependency is available such as the .NET Framework or a hardware specific library).
- Yes
- No
- Committers are bound by a Contributor License Agreement (CLA) and/or are willing to embrace the .NET Foundation's CLA when the project becomes a Member.
- Yes
- No
- The copyright ownership of everything that the project produces is clearly defined and documented.
- Yes
- No
- The project has a public issue tracker where the status of any defect can be easily obtained.
- Yes
- No
- The project has a published Security Policy.
- Yes
- No
- The project has a home page which provides high level information about its status and purpose.
- Yes
- No
- The project has a public communication channel where community members can engage with maintainers.
- Yes
- No
- The project has a publicly available location where members can review and contribute to documentation.
- Yes
- No
6. PR Plan
Please summarize the public relations plan for the announcement when joining the foundation (and releasing as open source if appropriate). What is the main story we wish to promote, through what channels, what issues should we be aware of? For significant news events then please also work with your .NET Foundation contact to ensure a full PR plan is developed.
7. Infrastructure Requirements
Please describe any infrastructure requirements for the project. For example, how will build servers be operated? Any web hosting or service hosting requirements? Do we need to set up SSL certificates or provide Authenticode Code Signing arrangement for releases?
Code signing certificates for nuget/authenticode will be needed. We may also want help with secret management and DNS safeguarding, but we can see about that a bit later.
8. Additional Notes
Please provide any additional information required or use this area for notes during the onboarding process. If this open source project has similarities with any other projects in this space then please detail them and why this project is different. If there are any potential issues that you feel the project might need help with early on then also state them here and discuss with your .NET Foundation Contact.
We would ideally like to keep the current license, which is the PostgreSQL license - especially as our users typically use the PostgreSQL database, which itself has the same license. The PostgreSQL license is OSI-approved.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.