diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..cab0f5a69bbe --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,39 @@ +##### SUMMARY + + + + +##### ISSUE TYPE + + - Feature Pull Request + - Bugfix Pull Request + - Docs Pull Request + +##### COMPONENT NAME + + - API + - UI + - Installer + +##### AWX VERSION + +``` + +``` + + +##### ADDITIONAL INFORMATION + + + +``` + +``` diff --git a/Makefile b/Makefile index ec3d5db8a137..28c174f8327c 100644 --- a/Makefile +++ b/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' VERSION: - echo $(VERSION_TARGET) > $@ - + @echo $(VERSION_TARGET) > $@ + @echo "awx: $(VERSION_TARGET)"