Add PR template and tweak make VERSION output to be pastable

This commit is contained in:
Wayne Witzel III
2017-09-12 09:56:35 -04:00
parent e00c65072b
commit f1c9d5a8f4
2 changed files with 41 additions and 2 deletions

View File

@@ -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)"