Skip to content

Commit 002089b

Browse files
authored
Merge pull request #3 from thoughtbot/clarify-readme
Overhaul the readme for Roux's use case and how to dive into it using it
2 parents c0d19f7 + 816e37d commit 002089b

3 files changed

Lines changed: 389 additions & 92 deletions

File tree

CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# More details are here: https://help.github.com/articles/about-codeowners/
5+
6+
# The '*' pattern is global owners.
7+
8+
# Order is important. The last matching pattern has the most precedence.
9+
# The folders are ordered as follows:
10+
11+
# In each subsection folders are ordered first by depth, then alphabetically.
12+
# This should make it easy to add new rules without breaking existing ones.
13+
14+
# Global rule:
15+
* @enatario

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Code of conduct
2+
3+
By participating in this project, you agree to abide by the
4+
[thoughtbot code of conduct][1].
5+
6+
[1]: https://thoughtbot.com/open-source-code-of-conduct

0 commit comments

Comments
 (0)