-
Notifications
You must be signed in to change notification settings - Fork 7
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
Showing
3 changed files
with
56 additions
and
0 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,34 @@ | ||
## How to Contribute to This Project | ||
|
||
#### **Did You Find a Bug?** | ||
|
||
* **Ensure the bug was not already reported** by searching on GitHub under [issues][issues]. | ||
* If you're unable to find an open issue addressing the problem, [open a new one][new-issue]. Be sure to include a **title and clear description**, as much relevant information as possible. | ||
|
||
#### **Did You Write a Patch That Fixes a Bug?** | ||
|
||
* Open a new GitHub pull request with the patch. | ||
1. Fork this project | ||
1. Create your feature branch: `git checkout -b my-new-feature` | ||
1. Commit your changes: `git commit -am '$MESSAGE'` (read more in **Naming** section) | ||
1. Push to the branch: `git push origin my-new-feature` | ||
1. Submit a pull request | ||
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. | ||
|
||
#### Naming | ||
* **Commig message**. | ||
* Please use following commit message scheme: `#ISSUE_NUMBER | ISSUE DESCRIPTION`, | ||
* Example: `#1 | Launcher does not initialize when navigating from desktop` | ||
|
||
#### **Do You Intend to Add a New Feature or Change an Existing One?** | ||
|
||
* Suggest your change as a new [issue][new-issue] using the appropriate labels **BEFORE** you start writing code. | ||
|
||
Thanks for contributing! | ||
|
||
|
||
|
||
[//]: # | ||
|
||
[issues]: //github.com/alan-null/sc-ext/issues | ||
[new-issue]: //github.com/alan-null/sc-ext/issues/new |
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,13 @@ | ||
### Steps to Reproduce the Problem | ||
1. | ||
1. | ||
1. | ||
|
||
### Expected Behavior | ||
... | ||
|
||
### Actual Behavior | ||
... | ||
|
||
### Specifications | ||
Sitecore version: X.X (revision YYYYY) |
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,9 @@ | ||
Issue Fixed # | ||
|
||
## Proposed Changes | ||
|
||
- | ||
- | ||
- | ||
|
||
@alan-null |