All Projects → adobe → starter-repo

adobe / starter-repo

Licence: other
Documentation templates for use in open source and open development projects

Projects that are alternatives of or similar to starter-repo

The Documentation Compendium
📢 Various README templates & tips on writing high-quality documentation that people want to read.
Stars: ✭ 4,306 (+10941.03%)
Mutual labels:  docs, templates
Awesome Readme
A guide to writing an Awesome README. Read the full article in Towards Data Science.
Stars: ✭ 65 (+66.67%)
Mutual labels:  opensource, templates
impact-tools
Simple blueprints for change-makers
Stars: ✭ 34 (-12.82%)
Mutual labels:  opensource, templates
Assemble
Community
Stars: ✭ 3,995 (+10143.59%)
Mutual labels:  docs, templates
open-development-template
Workflow and documentation templates that help teams formalize their goals, workflow and governance model to encourage participation and field contributions.
Stars: ✭ 18 (-53.85%)
Mutual labels:  docs, opensource
ultrastar-worldparty
UltraStar WorldParty. A karaoke game inspired by SingStar™
Stars: ✭ 88 (+125.64%)
Mutual labels:  opensource
pyswahili
A Swahili version of programming language to allow Swahili speakers get started with programming
Stars: ✭ 64 (+64.1%)
Mutual labels:  opensource
coding-ai
CodingAI is an open source application and it helps to find a mentor related your technologies stack.
Stars: ✭ 60 (+53.85%)
Mutual labels:  opensource
actinia core
Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231)
Stars: ✭ 41 (+5.13%)
Mutual labels:  opensource
tidy-jsdoc
A clean JSDoc3 template
Stars: ✭ 16 (-58.97%)
Mutual labels:  docs
bazaar
思源笔记社区集市。SiYuan community bazaar.
Stars: ✭ 18 (-53.85%)
Mutual labels:  templates
agile-visitors
Application for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort.
Stars: ✭ 23 (-41.03%)
Mutual labels:  opensource
saml-service-provider
SAML Service Provider (SSO)
Stars: ✭ 13 (-66.67%)
Mutual labels:  opensource
Hacktoberfest2020
Repository for first timers to get started in Open Source Contributions
Stars: ✭ 44 (+12.82%)
Mutual labels:  opensource
bilibili-api-docs
bilibili-api 的开发文档
Stars: ✭ 19 (-51.28%)
Mutual labels:  docs
laravel-docs-ru
Актуализированная редакция документации Laravel версий 8.x и 9.x на русском языке.
Stars: ✭ 19 (-51.28%)
Mutual labels:  docs
flamegapps
The main repository of FlameGApps Project
Stars: ✭ 21 (-46.15%)
Mutual labels:  opensource
OpenDesk
OpenDesk is an open source system for helping organisation optimize utilization office desk space. System will help employees to reserve their office desk when to plan to work from office.
Stars: ✭ 49 (+25.64%)
Mutual labels:  opensource
create-instantsearch-app
⚡️ Build InstantSearch apps at the speed of thought
Stars: ✭ 92 (+135.9%)
Mutual labels:  templates
revel.github.io
Revel manual and docs
Stars: ✭ 39 (+0%)
Mutual labels:  docs

Open Source Starter Repo

This repository contains templates for project documentation, ensuring necessary legal and contributor documentation is explicit. All sections below in this README.md should be considered a template for a typical project README.md.

PROJECT NAME

A short description of what this project does.

Goals

It is a good idea to provide a mission statement for your project, enshrining what the project wants to accomplish so that as more people join your project everyone can work in alignment.

Non-Goals

It is also a good idea to declare what are not goals of the project to prevent potential feature creep.

Installation

Instructions for how to download/install the code onto your machine.

Example:

npm install myProject --save

Usage

Usage instructions for your code.

Example:

var myMod = require('mymodule');

myMod.foo('hi');

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].