-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98e7a26
commit f0fe1d9
Showing
6 changed files
with
30 additions
and
5 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,25 @@ | ||
# Contributing to Coldark | ||
|
||
First off, thanks for taking the time to contribute! | ||
|
||
The following is a set of guidelines for contributing to Coldark. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. | ||
|
||
## What should I know before I get started? | ||
|
||
## How can I contribute? | ||
|
||
Before posting an issue or suggesting an improvement, ensure that was not already reporting by searching under [Issues](https://github.com/ArmandPhilippot/coldark/issues). | ||
|
||
### Reporting bugs | ||
|
||
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible. | ||
|
||
### Suggesting improvements | ||
|
||
If you're unable to find an open issue addressing the feature request, open a new one. Be sure to include a title and clear description. | ||
|
||
### Pull requests | ||
|
||
## Styleguides | ||
|
||
### Git commit message |
Submodule Coldark-Firefox
updated
7 files
+16 −1 | CHANGELOG.md | |
+1 −1 | assets/js/background.js | |
+2 −1 | manifest.json | |
+68 −212 | package-lock.json | |
+7 −5 | package.json | |
+ − | web-ext-artifacts/coldark-1.0.1.zip | |
+ − | web-ext-artifacts/coldark-1.0.3-an+fx.xpi |
Submodule Coldark-GTKSourceView
updated
4 files
+18 −1 | CHANGELOG.md | |
+478 −21 | LICENSE | |
+1 −1 | README.md | |
+2 −2 | package.json |
Submodule Coldark-VSCode
updated
20 files
+1 −0 | .gitignore | |
+1 −0 | .vscodeignore | |
+58 −10 | CHANGELOG.md | |
+11 −13 | README.md | |
+11 −4 | UNUSED.md | |
+ − | assets/coldark-banner.png | |
+78 −14 | assets/coldark-banner.svg | |
+ − | assets/coldark-cold-css.jpg | |
+ − | assets/coldark-cold-js.jpg | |
+ − | assets/coldark-cold-php.jpg | |
+ − | assets/coldark-cold.jpg | |
+ − | assets/coldark-dark-css.jpg | |
+ − | assets/coldark-dark-js.jpg | |
+ − | assets/coldark-dark-php.jpg | |
+ − | assets/coldark-dark.jpg | |
+ − | assets/logo.png | |
+115 −43 | assets/logo.svg | |
+6 −3 | package.json | |
+100 −16 | themes/coldark-dark-color-theme.json | |
+100 −16 | themes/coldark-light-color-theme.json |
Submodule Coldark-XFCE4-Terminal
updated
5 files
+14 −1 | CHANGELOG.md | |
+17 −32 | README.md | |
+2 −3 | coldark-cold.theme | |
+2 −3 | coldark-dark.theme | |
+1 −1 | package.json |