Skip to content

Commit 7a5bf5e

Browse files
committed
docs: update github templates
1 parent 952c1af commit 7a5bf5e

File tree

4 files changed

+136
-24
lines changed

4 files changed

+136
-24
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
<!--
2+
PLEASE READ THE FIRST SECTION :-)
3+
-->
4+
5+
### Is this a question?
6+
7+
(write your question here)
8+
9+
<!--
10+
If you answered "Yes":
11+
12+
If this is a question on troubleshooting your setup; Stack Overflow would be a better place to ask for help.
13+
14+
Please check if your question hasn't been already asked/answered on:
15+
- Stack Overflow: http://stackoverflow.com
16+
- Issue archive: https://github.com/chimurai/http-proxy-middleware/issues
17+
- Examples: https://github.com/chimurai/http-proxy-middleware/tree/master/examples
18+
- Recipes https://github.com/chimurai/http-proxy-middleware/tree/master/recipes
19+
20+
Nodejitsu's `http-proxy` is providing the actual proxy functionality; You might find your answer in their:
21+
- documentation: https://github.com/nodejitsu/node-http-proxy
22+
- issue archive: https://github.com/nodejitsu/node-http-proxy/issues
23+
- examples: https://github.com/nodejitsu/node-http-proxy/tree/master/examples
24+
25+
If this is a discussion, you may delete this template and write in a free form.
26+
27+
If you answered "No":
28+
29+
You may delete this part of template.
30+
-->
31+
32+
33+
### Is this a bug report?
34+
35+
(write your answer here)
36+
37+
<!--
38+
If you answered "Yes":
39+
40+
Please note that your issue will be fixed much faster if you spend about
41+
half an hour preparing it, including the exact reproduction steps and a demo.
42+
43+
If you're in a hurry or don't feel confident, it's fine to report bugs with
44+
less details, but this makes it less likely they'll get fixed soon.
45+
46+
In either case, please fill as many fields below as you can.
47+
48+
If you answered "No":
49+
50+
If this is a question or a discussion, you may delete this part of template.
51+
-->
52+
53+
54+
### Is this a feature request?
55+
56+
(write your answer here)
57+
58+
<!--
59+
If you answered "Yes":
60+
61+
Please explain what the motivation and/or use-case is for the feature?
62+
63+
If you answered "No":
64+
65+
You may delete this part of template.
66+
-->
67+
68+
### Steps to reproduce
69+
70+
<!--
71+
How would you describe your issue to someone who doesn’t know you or your project?
72+
Try to write a sequence of steps that anybody can repeat to see the issue.
73+
-->
74+
75+
(Write your steps here:)
76+
77+
1.
78+
2.
79+
3.
80+
81+
82+
### Expected behavior
83+
<!--
84+
How did you expect the http-proxy-middleware to behave?
85+
-->
86+
87+
(Write what you thought would happen.)
88+
89+
90+
### Actual behavior
91+
<!--
92+
Did something go wrong?
93+
Is something broken, or not behaving as you expected?
94+
-->
95+
96+
(Write what happened.)
97+
98+
### Setup
99+
<!--
100+
Describe how your http-proxy-middleware setup looks like.
101+
If possible; describe the setup of the target server and the client used to make the request.
102+
-->
103+
104+
* http-proxy-middleware: _version_
105+
* http-proxy-middleware configuration
106+
* server: _connect/express/browser-sync..._ + _version_
107+
* other relevant modules
108+
109+
#### client info
110+
<!--
111+
Describe which OS / client software you used to make the request
112+
-->
113+
#### target server info
114+
<!--
115+
Describe the server; which is configured in http-proxy-middleware's <target>
116+
-->
117+
118+
### Reproducible Demo
119+
120+
<!--
121+
If you can, please share a project that reproduces the issue.
122+
This is the single most effective way to get an issue fixed soon.
123+
124+
There are two ways to do it:
125+
126+
* Create a new project and try to reproduce the issue in it.
127+
This is useful if you roughly know where the problem is, or can’t share the real code.
128+
129+
* Or, copy your app and remove things until you’re left with the minimal reproducible demo.
130+
This is useful for finding the root cause. You may then optionally create a new project.
131+
132+
This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve
133+
Once you’re done, push the project to GitHub and paste the link to it below:
134+
-->
135+
136+
(Paste the link to an example project and exact instructions to reproduce the issue.)

.github/PULL_REQUEST_TEMPLATE.md

Whitespace-only changes.

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ If you have questions about http-proxy-middle usage; Please check if your questi
1010

1111
Since Nodejitsu's `http-proxy` is providing the actual proxy functionality; You might find your answer in their [documentation](https://github.com/nodejitsu/node-http-proxy), [issue archive](https://github.com/nodejitsu/node-http-proxy/issues?utf8=%E2%9C%93&q=is%3Aissue) or [examples](https://github.com/nodejitsu/node-http-proxy/tree/master/examples).
1212

13-
Feel free to [ask a question](https://github.com/chimurai/http-proxy-middleware/issues) if the above resources didn't answer your question.
14-
15-
Tips on how to ask: http://stackoverflow.com/help/how-to-ask
1613

1714
## Report Issues
1815

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)