Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit fdc3b86

Browse files
PikBotyurishkuro
authored andcommitted
Adding new issue and PR template (#114)
* Adding new issue and pull request template Signed-off-by: Prakriti <[email protected]> * Modifying URL in PULL_REQUEST_TEMPLATE Signed-off-by: Prakriti <[email protected]>
1 parent f88e8fe commit fdc3b86

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Welcome to the Jaeger project! 👋🎉
3+
4+
- Please search for existing issues to avoid creating duplicate bugs/feature requests.
5+
- Please be respectful and considerate of others when commenting on issues.
6+
- Please provide as much information as possible so we all understand the issue.
7+
- If you only have a question, you may get a faster response by asking in
8+
- our chat room https://gitter.im/jaegertracing/Lobby, or
9+
- the forum https://groups.google.com/d/forum/jaeger-tracing
10+
(but please don't double post)
11+
-->
12+
13+
## Requirement - what kind of business use case are you trying to solve?
14+
15+
<!-- required section -->
16+
17+
## Problem - what in Jaeger blocks you from solving the requirement?
18+
19+
<!-- required section -->
20+
<!-- If possible, describe the impact of the problem. -->
21+
22+
## Proposal - what do you suggest to solve the problem or improve the existing situation?
23+
24+
<!-- It's ok if you don't have one. -->
25+
26+
## Any open questions to address
27+
28+
<!-- Questions that should be answered before proceeding with implementation. -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
We appreciate your contribution to the Jaeger project! 👋🎉
3+
4+
Before creating a pull request, please make sure:
5+
- Your PR is solving one problem
6+
- You have read the guide for contributing
7+
- See https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
8+
- You signed all your commits (otherwise we won't be able to merge the PR)
9+
- See https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md#sign-your-work
10+
- You added unit tests for the new functionality
11+
- You mention in the PR description which issue it is addressing, e.g. "Resolves #123"
12+
-->
13+
14+
## Which problem is this PR solving?
15+
-
16+
17+
## Short description of the changes
18+
-

0 commit comments

Comments
 (0)