This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
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. -->
Original file line number Diff line number Diff line change
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
+ -
You can’t perform that action at this time.
0 commit comments