You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+60-41Lines changed: 60 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,40 +6,54 @@ We are always after more contributors and suggestions.
6
6
7
7
#### Does it relate to our API (backend)... ?
8
8
9
-
1. Please check the [previously reported API issues](https://github.com/CPAN-API/cpan-api/issues)
10
-
2. Please check the [Wishlist](https://github.com/CPAN-API/cpan-api/wiki/Wishlist). If you can't find it already there:
11
-
* If it's a wishlist idea, please edit the [wiki](https://github.com/CPAN-API/cpan-api/wiki/Wishlist) (add a 'wishlist_MYIDEA' page if you need more space!)
12
-
* If it's an actual bug [create a new issue](https://github.com/CPAN-API/cpan-api/issues/new)
9
+
1. Please check the
10
+
[previously reported API issues](https://github.com/CPAN-API/cpan-api/issues)
11
+
2. Please check the
12
+
[Wishlist](https://github.com/CPAN-API/cpan-api/wiki/Wishlist). If you can't
13
+
find it already there:
14
+
- If it's a wishlist idea, please edit the
15
+
[wiki](https://github.com/CPAN-API/cpan-api/wiki/Wishlist) (add a
16
+
'wishlist_MYIDEA' page if you need more space!)
17
+
- If it's an actual bug
18
+
[create a new issue](https://github.com/CPAN-API/cpan-api/issues/new)
13
19
14
20
#### If you are not sure, or it is related to https://metacpan.org/ front end:
15
21
16
-
1. Please check the [previously reported Web issues](https://github.com/CPAN-API/metacpan-web/issues)
17
-
2. Please check the [Wishlist](https://github.com/CPAN-API/cpan-api/wiki/Wishlist). If you can't find it already there:
18
-
* If it's a wishlist idea, please edit the [wiki](https://github.com/CPAN-API/cpan-api/wiki/Wishlist) (add a 'wishlist_MYIDEA' page if you need more space!)
19
-
* If it's an actual bug [create a new issue](https://github.com/CPAN-API/metacpan-web/issues/new)
22
+
1. Please check the
23
+
[previously reported Web issues](https://github.com/CPAN-API/metacpan-web/issues)
24
+
2. Please check the
25
+
[Wishlist](https://github.com/CPAN-API/cpan-api/wiki/Wishlist). If you can't
26
+
find it already there:
27
+
- If it's a wishlist idea, please edit the
28
+
[wiki](https://github.com/CPAN-API/cpan-api/wiki/Wishlist) (add a
29
+
'wishlist_MYIDEA' page if you need more space!)
30
+
- If it's an actual bug
31
+
[create a new issue](https://github.com/CPAN-API/metacpan-web/issues/new)
20
32
21
33
## Contributing code
22
34
23
35
Come talk to us on IRC (see below), or send a pull request and we'll respond
24
-
there. If you implement a new feature, please add a note about it to the
25
-
News.md file at the top level of metacpan-web so that it will appear in our
26
-
news feed.
36
+
there. If you implement a new feature, please add a note about it to the News.md
37
+
file at the top level of metacpan-web so that it will appear in our news feed.
27
38
28
-
If you aren't using the VM, remember to enable the pre-commit hook before you start working.
39
+
If you aren't using the VM, remember to enable the pre-commit hook before you
40
+
start working.
29
41
30
42
sh git/setup.sh
31
43
32
44
These links will get you going quickly:
33
45
34
-
*[Using our developer VM](https://github.com/CPAN-API/metacpan-developer) to get you going in minutes (depending on bandwidth)
35
-
*[Front end bug list](https://github.com/CPAN-API/metacpan-web/issues)
This issue tracker is for bugs in the https://metacpan.org web site. If you are are reporting a bug about anything else, this is most likely not the correct venue. Please use the left side menu for the module you are interested in and click the `Issues` link in order to find the bug tracker for your module.
11
+
This issue tracker is for bugs in the https://metacpan.org web site. If you are
12
+
are reporting a bug about anything else, this is most likely not the correct
13
+
venue. Please use the left side menu for the module you are interested in and
14
+
click the `Issues` link in order to find the bug tracker for your module.
15
+
16
+
**Describe the bug** A clear and concise description of what the bug is.
13
17
14
-
**Describe the bug**
15
-
A clear and concise description of what the bug is.
18
+
**To Reproduce** Steps to reproduce the behavior:
16
19
17
-
**To Reproduce**
18
-
Steps to reproduce the behavior:
19
20
1. Go to '...'
20
21
2. Click on '....'
21
22
3. Scroll down to '....'
22
23
4. See error
23
24
24
-
**Expected behavior**
25
-
A clear and concise description of what you expected to happen.
25
+
**Expected behavior** A clear and concise description of what you expected to
26
+
happen.
26
27
27
-
**Screenshots**
28
-
If applicable, add screenshots to help explain your problem.
28
+
**Screenshots** If applicable, add screenshots to help explain your problem.
29
29
30
30
**Desktop (please complete the following information):**
31
-
- OS: [e.g. iOS]
32
-
- Browser [e.g. chrome, safari]
33
-
- Version [e.g. 22]
31
+
32
+
- OS: [e.g. iOS]
33
+
- Browser [e.g. chrome, safari]
34
+
- Version [e.g. 22]
34
35
35
36
**Smartphone (please complete the following information):**
36
-
- Device: [e.g. iPhone6]
37
-
- OS: [e.g. iOS8.1]
38
-
- Browser [e.g. stock browser, safari]
39
-
- Version [e.g. 22]
40
37
41
-
**Additional context**
42
-
Add any other context about the problem here.
38
+
- Device: [e.g. iPhone6]
39
+
- OS: [e.g. iOS8.1]
40
+
- Browser [e.g. stock browser, safari]
41
+
- Version [e.g. 22]
42
+
43
+
**Additional context** Add any other context about the problem here.
0 commit comments