-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: kudos.txt Adding kudos.txt, which is quite stable for now and some styleguide stuff. - update: docs/STYLE_GUIDE.md - update: docs/CONTRIBUTING.md - update: kudos.txt and templates/kudos.txt.j2 - update: README.md.j2 for template use - update: README.md to apply new templates - add: more shields Resolves: #15 See also: #3 Resolves: #7
- Loading branch information
Daniel S
authored
Apr 8, 2019
1 parent
94c39d6
commit fefa367
Showing
15 changed files
with
172 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,23 @@ author: while-true-do.io | |
contact: [email protected] | ||
license: BSD-3-Clause | ||
--> | ||
<!-- github shields --> | ||
![](https://img.shields.io/github/license/while-true-do/doc-library.svg?style=flat) | ||
![](https://img.shields.io/github/issues/while-true-do/doc-library.svg?style=flat) | ||
![](https://img.shields.io/github/issues-pr/while-true-do/doc-library.svg?style=flat) | ||
<!-- travis testing shields --> | ||
[![Build Status](https://travis-ci.org/while-true-do/doc-library.svg?branch=master)](https://travis-ci.org/while-true-do/doc-library) | ||
|
||
# doc-library | ||
|
||
A repository containing some documents and templates. | ||
|
||
## Motivation | ||
|
||
During the past years, While True Do opened and closed some repositories. | ||
Keeping track of documents and templates should be easy and centrally manageable. | ||
During the past years, while-true-do.io opened and closed some repositories. We | ||
faced the situation, that maintaining Guidelines and other general purpose | ||
documents was somewhat tedious. Keeping track of documents and templates should | ||
be easy and centrally manageable. | ||
|
||
## Description | ||
|
||
|
@@ -61,10 +67,13 @@ git clone https://github.com/while-true-do/doc-library.git | |
1. Enable .gitmessage as commit template | ||
|
||
``` | ||
# Only for the repository | ||
git config commit.template .gitmessage | ||
# Global for all repositories | ||
git config --global commit.template .gitmessage | ||
``` | ||
2. Copy the files from ./templates to the desired destination | ||
2. Copy and rename the files from ./templates to the desired destination | ||
3. Edit the files properly (at least "{{ WTD_REPO_NAME }}" must be replaced) | ||
4. Update all "TODO" Sections to your likings | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# name: kudos.txt | ||
# description: Express gratitude to your contributors. | ||
# author: while-true-do.io | ||
# contact: [email protected] | ||
# license: BSD-3-Clause | ||
# reference: https://github.com/kudos-txt | ||
# kudos.txt - Express gratitude to your contributors. | ||
# https://github.com/kudos-txt | ||
|
||
## contributors | ||
- name: daniel-wtd | ||
role: owner | ||
site: [email protected], @daniel-wtd | ||
location: Germany | ||
project: | ||
- name: while-true-do.io | ||
site: https://while-true-do.io | ||
mail: [email protected] | ||
|
||
contributors: | ||
- name: daniel-wtd | ||
mail: [email protected] | ||
role: Founder / Owner | ||
site: https://while-true-do.io | ||
|
||
partners: | ||
- name: kudos.txt | ||
site: https://kudos-txt.io |
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 |
---|---|---|
|
@@ -5,8 +5,12 @@ author: while-true-do.io | |
contact: [email protected] | ||
license: BSD-3-Clause | ||
--> | ||
<!-- github shields --> | ||
![](https://img.shields.io/github/license/while-true-do/{{ WTD_REPO_NAME }}.svg?style=flat) | ||
![](https://img.shields.io/github/issues/while-true-do/{{ WTD_REPO_NAME }}.svg?style=flat) | ||
![](https://img.shields.io/github/issues-pr/while-true-do/{{ WTD_REPO_NAME }}.svg?style=flat) | ||
<!-- travis testing shields --> | ||
[![Build Status](https://travis-ci.org/while-true-do/{{ WTD_REPO_NAME }}.svg?branch=master)](https://travis-ci.org/while-true-do/{{ WTD_REPO_NAME }}) | ||
|
||
# {{ WTD_REPO_NAME }} | ||
|
||
|
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 |
---|---|---|
@@ -1,24 +1,27 @@ | ||
# name: kudos.txt | ||
# description: Express gratitude to your contributors. | ||
# author: while-true-do.io | ||
# contact: [email protected] | ||
# license: BSD-3-Clause | ||
# reference: https://github.com/kudos-txt | ||
# kudos.txt - Express gratitude to your contributors. | ||
# https://github.com/kudos-txt | ||
|
||
## contributors | ||
TODO: Fill in all information and remove this line. | ||
- name: <name> | ||
role: <role in the repository> | ||
site: <url>, <mail>, <social> | ||
company: <company> | ||
location: <city>, <country> | ||
project: | ||
- name: while-true-do.io | ||
site: https://while-true-do.io | ||
mail: [email protected] | ||
|
||
## partners and sponsors | ||
TODO: Fill in all information and remove this line. | ||
- name: <name> | ||
site: <url>, <mail>, <social> | ||
contributors: | ||
- name: <name of the contributor> | ||
code: <special code contribution> | ||
home: <city>, <country> | ||
mail: <mail address> | ||
role: <role of the contributor> | ||
site: <url> | ||
work: <workplace>, <company> | ||
|
||
## software and tools | ||
TODO: Fill in all information and remove this line. | ||
- name: <name of the software (please include brand marks)> | ||
license: <license> | ||
partners: | ||
- name: kudos.txt | ||
site: https://kudos-txt.io | ||
|
||
- name: <name of the partner> | ||
site: <url> | ||
|
||
software: | ||
- name: <name of the software> | ||
site: <url> |