diggsweden / open-source-project-template

Open Source project helper and getting started template(s)
Creative Commons Zero v1.0 Universal
18 stars 4 forks source link
guidance template

Open Source Project Template

Standard commitment REUSE status

This is a template project containing 'Community Health Files' and relevant checklists. Its intention is to be a practical starter when releasing a project as Open Source. It was created in a general way to be usable for anyone, and proposes well known conventions and de-facto standards when possible. However, It is slightly opinionated, so adjust it to suit your specific needs. Or even:

You are supposed to adjust the contents and suggestions to suit your project needs.


Contents

Template Files Summary

A summary of the files in the repository, and how you can use them. You are supposed to use the '.template' marked versions of any files if one such exists. These can be found in the 'templates'-directory. However, you should also consider other project files mentioned here:

Docs

Usage instructions

  1. Copy the files you need into your in-progress project - Start with SECURITY.template.md, README.template.md, CHANGELOG.template.md, CONTRIBUTING.template.adoc, CODE_OF_CONDUCT.md and possibly the .github/ISSUE_TEMPLATE and .github/pull_request_template.md.
  2. Remove '.template' in the filenames you copied.
  3. Add a LICENSE file (do not copy the one in this project), and if needed a CHANGELOG.md.
  4. Go through each of the files and adjust to your needs
  5. Answer the questions on the Open Source Checklist:

Keep the README fresh! It's the first thing people see and will make the initial impression. Understand the contents of the files you use from this project. Do they fit within your project, or are you looking for something else?

In the special case that you git cloned this project and are using it as a project base (instead of copying files from it), also make sure to:

Remove the .git-folder and create a new one with 'git init'. Remove any workflows that are not applicable for your application.(see the folder .github/workflows) Remove any other project specifics like l10n (translations/.reuse and so on)

Template Files Variables

Replace the following variables with if you are using these files.

Contributing

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker. Also, please see CONTRIBUTING.

Roadmap

There are future plans for this template project.

Before version 0.1.0 is released

Currently, the project is undergoing a feedback revision from Foundation for Public Code, and other initial improvements. After that, a 0.1.0 will be tagged.

Future


Project background

The project originated at Digg, when Digg needed a practical companion to their Open Source Guidelines (see references) for releasing Open Source projects. The intent was, in particular, to fill a practical role of Appendix B Software documentation in the mentioned guidelines.

The initial material was created in Digg's internal Open Source Guild, (an informal group of different interests in the organisation) who reveiwed and proposed the base material.

Seeing it could be of wider usage, we aimed to make it as general we could. There were already quite a few variants of these template projects out there, which we used for inspiration.

Digg's Open Source Policy Summary

A (non official summary) of Digg's Open Source Policy:

The guidelines for open-source software aim to complement Digg's (the Swedish Agency for Digital Government) policy for the procurement and development of software. The target audience includes those involved in software development at Digg. These guidelines apply when developing open-source software and when Digg, as a government agency, participates in open collaborations involving shared development. These documents include, for example, advice on procurement and risk analysis related to open source code.


License

This project is licensed under the Creative Commons Zero v1.0 Universal License - see the LICENSE file for details

Most assets released are under Creative Commons CC0-1.0 except for

CODE_OF_CONDUCT.md template:

Copyright: Contributor Covenant License: CC-BY-4.0


Maintainers

General Governance of the project is currently handled by the collaboration of:

asom (arbetsgruppen för samordning av mjukvara) and Digg's Open Source Guild

For information about the current individual or team maintainers, see CODEOWNERS.

Credits and References

Public known users of this template