mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Add PR template and tweak make VERSION output to be pastable
This commit is contained in:
39
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
39
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
##### SUMMARY
|
||||||
|
<!--- Describe the change, including rationale and design decisions -->
|
||||||
|
|
||||||
|
<!---
|
||||||
|
If you are fixing an existing issue, please include "related #nnn" in your
|
||||||
|
commit message and your description; but you should still explain what
|
||||||
|
the change does.
|
||||||
|
-->
|
||||||
|
|
||||||
|
##### ISSUE TYPE
|
||||||
|
<!--- Pick one below and delete the rest: -->
|
||||||
|
- Feature Pull Request
|
||||||
|
- Bugfix Pull Request
|
||||||
|
- Docs Pull Request
|
||||||
|
|
||||||
|
##### COMPONENT NAME
|
||||||
|
<!--- Name of the module/plugin/module/task -->
|
||||||
|
- API
|
||||||
|
- UI
|
||||||
|
- Installer
|
||||||
|
|
||||||
|
##### AWX VERSION
|
||||||
|
<!--- Paste verbatim output from `make VERSION` between quotes below -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
##### ADDITIONAL INFORMATION
|
||||||
|
<!---
|
||||||
|
Include additional information to help people understand the change here.
|
||||||
|
For bugs that don't have a linked bug report, a step-by-step reproduction
|
||||||
|
of the problem is helpful.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--- Paste verbatim command output below, e.g. before and after your change -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
4
Makefile
4
Makefile
@@ -606,5 +606,5 @@ psql-container:
|
|||||||
docker run -it --net tools_default --rm postgres:9.4.1 sh -c 'exec psql -h "postgres" -p "5432" -U postgres'
|
docker run -it --net tools_default --rm postgres:9.4.1 sh -c 'exec psql -h "postgres" -p "5432" -U postgres'
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
echo $(VERSION_TARGET) > $@
|
@echo $(VERSION_TARGET) > $@
|
||||||
|
@echo "awx: $(VERSION_TARGET)"
|
||||||
|
|||||||
Reference in New Issue
Block a user