Skip to content

Commit 1492210

Browse files
author
Russell Warwick
committed
Adds codeowners and contributing
1 parent 93157ad commit 1492210

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence,
6+
# @global-owner1 and @global-owner2 will be requested for
7+
# review when someone opens a pull request.
8+
* @russshark @markdarling @TheiOSDude @Christopher1613 @vrutings
9+

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
## Contributing
4+
5+
To contribute a new style rule first fork the repo and create your branch from `master. Then open a PR and propose the rule following the structure below.
6+
7+
If you have an idea that's not completely fleshed out, please [open an issue](https://github.com/gymshark/ios-stack-kit/issues) to discuss.
8+
9+
#### New Rule Structure
10+
11+
* A short description.
12+
* Any notes that might be related
13+
* A code example describing the incorrect and correct behaviours if necessary
14+

0 commit comments

Comments
 (0)