This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pull-request-template: add inital template (#23)
- Loading branch information
1 parent
e869e88
commit 9eb5b86
Showing
1 changed file
with
42 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,42 @@ | ||
<!-- | ||
Please read the [Code of Conduct](https://github.com/appsody/website/blob/master/CODE_OF_CONDUCT.md) and the [Contributing Guidelines](https://github.com/appsody/website/blob/master/CONTRIBUTING.md) before opening a pull request. | ||
--> | ||
|
||
- [ ] commit message follows [commit guidelines](https://github.com/appsody/website/blob/master/CONTRIBUTING.md#commit-message-guidelines). | ||
|
||
## Related Issues | ||
<!-- | ||
Link to the issue that is fixed by this PR (if there is one) | ||
e.g. Fixes #32, Related to #54, etc. | ||
--> | ||
Fixes # | ||
|
||
## Contributing a new stack: | ||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
- [ ] Changes adhere to the [Appsody stack structure](https://github.com/appsody/website/blob/master/content/docs/stacks/stack-structure.md) | ||
|
||
Please provide the following in as much detail as you can: | ||
|
||
- [ ] Provided a README that conforms to published guidelines | ||
|
||
Provide usage of the Appsody controller: | ||
<!--- Describe how your stack utilses the Appsody Controller --> | ||
|
||
Explain your rationale behind mount points: | ||
<!--- Describe the mount points your stack uses --> | ||
|
||
Explain the commands that your stack executes: | ||
<!--- Describe what commands your stack uses --> | ||
|
||
Describe any limitations and known issues: | ||
<!--- Please provide details about any limitations your stack has and describe any known issues --> | ||
|
||
- [ ] Stack meets the [technical requirements](https://github.com/appsody/stacks/blob/master/TECHNICAL_REQUIREMENTS.md) (STABLE stack only) | ||
|
||
## Modifying an existing stack: | ||
|
||
### Description | ||
<!--- Describe your changes in detail --> | ||
|
||
- [ ] Stack meets the [technical requirements](https://github.com/appsody/stacks/blob/master/TECHNICAL_REQUIREMENTS.md) (STABLE stack only) |