-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v3' of https://github.com/ethercreative/simplemap into v3
- Loading branch information
Showing
6 changed files
with
51 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Code of Conduct | ||
|
||
Don't be a twat. |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Contributing | ||
|
||
### New Features | ||
|
||
You can request new features by submitting an issue with `[FR]` prefix in the title. | ||
|
||
### Bugs | ||
|
||
If you find a bug, submit an issue and I promise I will get around to it. Eventually. | ||
Make sure you search around to see if the same (or similar) issue exists before | ||
submitting a new one. | ||
|
||
Know how to fix a bug and have too much spare time on your hands? Submit a Pull Request! | ||
Check out the code conventions below before hand. | ||
|
||
## Code Conventions | ||
|
||
In addition to [Crafts Guidelines](https://github.com/craftcms/docs/blob/v3/en/coding-guidelines.md): | ||
|
||
- Use tabs (4 spaces) | ||
- Try to keep within the 80 characters line length | ||
- If function arguments or array values can't fit on one line, break each value onto it's own line | ||
- Comment as much as possible | ||
|
||
#### JavaScript | ||
|
||
In addition to the above: | ||
|
||
- Write valid ES6 | ||
- Use double quotes `"` | ||
|
||
Don't follow my example, try to stick to the above guidelines! |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Fixes # . | ||
|
||
Changes proposed in this pull request: | ||
|
||
- | ||
- | ||
- |
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
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