This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from damien-carcel/issue-227
Issue 132: Adds GitHub templates and CONTRIBUTIING.md
- Loading branch information
Showing
5 changed files
with
46 additions
and
2 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,11 @@ | ||
| Q | A | ||
| ---------------------- | ----- | ||
| Bug report? | yes/no | ||
| Feature request? | yes/no | ||
| BC Break report? | yes/no | ||
| RFC? | yes/no | ||
| Affected image and tag | carcel/image:tag | ||
|
||
<!-- | ||
- Please replace this comment by the description of your issue. | ||
--> |
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,23 @@ | ||
## Description | ||
|
||
<!-- | ||
- Please fill in this template according to the PR you're about to submit. | ||
- Replace this comment by a description of what your PR is solving. | ||
- Bug fixes must be submitted against the lowest branch where they apply | ||
(lowest branches are regularly merged to upper ones so they get the fixes too): | ||
for example apply on `php-5.6` branch, it will then be merged in `php-7.0`, and so on up to `master`. | ||
- Documentation must be submitted against the master branch (it is not present in other branches to ease its maintenance). | ||
--> | ||
|
||
## Definition Of Done | ||
|
||
| Q | A | ||
| --------------------------------- | --- | ||
| Added tests | Todo | ||
| Changelog updated | Todo | ||
| Documentation | - | ||
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | ||
|
||
`Todo`: Pending / Work in progress | ||
`OK`: Done / Validated | ||
`-`: Not needed |
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,10 @@ | ||
# Contributing | ||
|
||
These Dockerfiles are not only made for my personal use, but for anybody who likes to develop on Akeneo or Symfony applications with Docker. | ||
|
||
I gladly accept any contributions: fixing typos, glitches, bugs, technical enhancements and new features. | ||
|
||
For technical enhancements and new features, please first have a look at [current issues](https://github.com/damien-carcel/Dockerfiles/issues). | ||
There may already be one, with details and ideas on how to implement it. You are welcome to pick it and propose a pull request if you'd like. | ||
|
||
If it does not already exist, please first open an issue to describe and discuss what you want to do, it will ease the merge of your 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