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

vanji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/synapse.git


The following commit(s) were added to refs/heads/master by this push:
     new 73aaea884 Add PR template markdown file
     new 21bd3c960 Merge pull request #59 from n-jay/PR-template
73aaea884 is described below

commit 73aaea884670f57296e916ae00e34c67f807b05a
Author: n-jay <[email protected]>
AuthorDate: Thu May 19 18:46:47 2022 +0530

    Add PR template markdown file
---
 pull_request_template.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/pull_request_template.md b/pull_request_template.md
new file mode 100644
index 000000000..07f684acc
--- /dev/null
+++ b/pull_request_template.md
@@ -0,0 +1,26 @@
+## Purpose
+> Describe the problems, issues, or needs driving this feature/fix and include 
links to related issues in the following 
+> format: Resolves issue1, issue2, etc.
+
+## Approach
+> Describe how you are implementing the solutions. Include an animated GIF or 
screenshot if the change affects the UI. 
+> Include a link to a Markdown file or Google doc if the feature 
+> write-up is too long to paste here.
+
+## Release note
+> If applicable a brief description of the new feature or bug fix as it will 
appear in the release notes
+
+## Automation tests
+ - Unit tests 
+   > Code coverage information
+ - Integration tests
+   > Details about the test cases and coverage
+
+## Related PRs
+> List any other related PRs
+
+## Test environment
+> List all JDK versions, operating systems, databases, and browser/versions on 
which this feature/fix was tested
+ 
+## Learning
+> Describe the research phase and any blog posts, patterns, libraries, or 
add-ons you used to solve the problem.                        
\ No newline at end of file

Reply via email to