Skip to content

Commit 81e2133

Browse files
committed
#17 added readme, contributing and license
1 parent f7fb01b commit 81e2133

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

CONTRIBUTING.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing
2+
3+
## With an issue
4+
5+
We are glad about every mistake you find, ever idea you have and every enhancement that is possible.
6+
Just write down:
7+
8+
- What is the situation?
9+
- What is expected?
10+
- What happens instead?
11+
- (What is the specific problem?)
12+
13+
Here. Take this template:
14+
15+
```
16+
### Situation - How did you get there?
17+
18+
### Problem - What went wrong?
19+
20+
### Possible solution - How should it be?
21+
```
22+
23+
## On your own
24+
25+
1. [Fork it](https://github.com/sourcerer-mike/magento-devMode/fork)
26+
2. Create your feature branch (`git checkout -b develop-feature`)
27+
3. Write a failing test
28+
4. Commit your changes with passing tests (`git commit -am 'Add some feature'`)
29+
5. Push to the branch (`git push origin develop-feature`)
30+
6. Create new Pull Request

LICENSE.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Copyright (c) 2013, Mike Pretzlaw
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are
6+
met:
7+
8+
(1) Redistributions of source code must retain the above copyright
9+
notice, this list of conditions and the following disclaimer.
10+
11+
(2) Redistributions in binary form must reproduce the above copyright
12+
notice, this list of conditions and the following disclaimer in
13+
the documentation and/or other materials provided with the
14+
distribution.
15+
16+
(3) The name of the author may not be used to
17+
endorse or promote products derived from this software without
18+
specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
24+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
29+
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30+
POSSIBILITY OF SUCH DAMAGE.

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
LeMike_DevMode
2+
==============
3+
4+
An extension to help you develop beautiful Magento Stores.
5+
6+
Find / Fork / Help us
7+
---------------------
8+
9+
This extension is on github available.
10+
Feel free to fork it and make your own changes.
11+
We will be thankful for every pull request or patch-file that comes back to us :)
12+
13+
* [on GitHub.com](https://github.com/sourcerer-mike/magento-devMode)
14+
( `[email protected]:sourcerer-mike/magento-devMode.git` )
15+
16+
17+
**Read more about the possibilities in the doc-directory.**

0 commit comments

Comments
 (0)