This is an automated email from the ASF dual-hosted git repository.
asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new ffa9585 Remove [PROPOSAL] from Proposal issue template; Add 'Other'
template for convenience (#7364)
ffa9585 is described below
commit ffa95859c204d6ec605c114a70c5004841506968
Author: Roman Leventov <[email protected]>
AuthorDate: Thu Mar 28 07:40:43 2019 -0300
Remove [PROPOSAL] from Proposal issue template; Add 'Other' template for
convenience (#7364)
* Remove [PROPOSAL] from Proposal issue template; Add 'Regular' template
for convenience
* Regular -> Other
---
.github/ISSUE_TEMPLATE/other.md | 8 ++++++++
.github/ISSUE_TEMPLATE/proposal.md | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md
new file mode 100644
index 0000000..aa259b2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/other.md
@@ -0,0 +1,8 @@
+---
+name: Other
+about: Not a template, just create a regular issue
+title: ""
+labels:
+assignees: ''
+
+---
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/proposal.md
b/.github/ISSUE_TEMPLATE/proposal.md
index 73baab6..144b309 100644
--- a/.github/ISSUE_TEMPLATE/proposal.md
+++ b/.github/ISSUE_TEMPLATE/proposal.md
@@ -1,7 +1,7 @@
---
name: Proposal
about: A template for major Druid change proposals
-title: "[PROPOSAL]"
+title: ""
labels: Proposal, Design Review
assignees: ''
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]