This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 956f452  feat: Added issue and pr templates :tada: (#116)
956f452 is described below

commit 956f452eec942427be46d7b9ad0d6d7658c0fd9d
Author: Arijit Kundu <53327173+covalentb...@users.noreply.github.com>
AuthorDate: Tue Dec 22 09:07:59 2020 +0530

    feat: Added issue and pr templates :tada: (#116)
    
    fix #115
---
 .github/issue_template.md        | 19 +++++++++++++++++++
 .github/pull_request_template.md |  7 +++++++
 2 files changed, 26 insertions(+)

diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 0000000..d623cb4
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,19 @@
+**Actual Behaviour**
+
+ <!--Please state here what is currently happening.-->
+
+ **Expected Behaviour**
+
+ <!--State here what the feature should enable the user to do.-->
+
+ **Steps to reproduce it**
+
+ <!--Add steps to reproduce bugs or add information on the place where the 
feature should be implemented. Add links to a sample deployment or code.-->
+
+ **Screenshots of the issue**
+
+ <!--Where-ever possible attach a screenshot of the issue.-->
+
+ **Would you like to work on the issue?**
+
+ <!--Please let us know if you can work on it or the issue should be assigned 
to someone else.-->
\ No newline at end of file
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..3fd6141
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,7 @@
+Fixes: #[Add issue number here]
+
+Changes:
+<!-- Add here what changes were made in this pull request and if possible 
provide links showcasing the changes. -->
+
+Screenshots of the change:
+<!-- Add screenshots depicting the changes. -->
\ No newline at end of file

Reply via email to