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: CONTRIBUTING.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,28 +5,33 @@ tests, features, and patches. Note that all contributions are managed by the Ma
5
5
6
6
## Bugs and Help
7
7
8
-
GitHub issues should only be created to log bugs. For general help and support the MapServer [mailing lists](http://mapserver.org/community/lists.html)
8
+
GitHub issues should only be created to log bugs. For general help and support the MapServer [mailing lists](https://mapserver.org/community/lists.html)
9
9
should be used. If you are unsure if you have discovered a bug, or may need help with configuring MapServer please
10
-
post to the [mapserver-users list](http://lists.osgeo.org/mailman/listinfo/mapserver-users). There is also
11
-
a [MapServer FAQ](http://www.mapserver.org/faq.html) which may have a solution to your problem.
10
+
post to the [mapserver-users list](https://lists.osgeo.org/mailman/listinfo/mapserver-users). There is also
11
+
a [MapServer FAQ](https://mapserver.org/faq.html) which may have a solution to your problem.
12
12
13
-
If you have discovered a bug, please refer to the [Bug Submission page](http://mapserver.org/development/bugs.html) for
13
+
If you have discovered a bug, please refer to the [Bug Submission page](https://mapserver.org/development/bugs.html) for
14
14
guidelines on creating an issue on GitHub. Please also search the existing issues to see if the bug has already been reported, and
15
15
add any further details to the existing issue.
16
16
17
-
For professional support please see the [MapServer Service Providers page](http://mapserver.org/community/service_providers.html).
17
+
For professional support please see the [MapServer Service Providers page](https://mapserver.org/community/service_providers.html).
18
18
19
19
## Development
20
20
21
-
A separate [mapserver-dev mailing list](http://lists.osgeo.org/mailman/listinfo/mapserver-dev) is available for developers
22
-
working on the MapServer code.
21
+
A separate [mapserver-dev mailing list](https://lists.osgeo.org/mailman/listinfo/mapserver-dev) is available for developers
22
+
working on the MapServer code. Send a short message there to introduce yourself
23
+
to the community, and mention what you are interested in working on.
23
24
24
-
Details on using GitHub can be found on the [MapServer GitHub page](http://mapserver.org/development/git.html)
25
+
Details on using GitHub can be found on the [MapServer GitHub page](https://mapserver.org/development/git.html).
26
+
27
+
Request for Comments (RFCs), where upcoming major changes to the source
28
+
code are proposed, and a description of the various software tests & release
29
+
plans, can be found on the [MapServer Development page](https://mapserver.org/development/).
25
30
26
31
Additional developer notes can be found in the [MapServer wiki](https://github.com/mapserver/mapserver/wiki#developer-notes), including
27
32
coding style and guidelines, memory management, and working with Git.
28
33
29
34
## Documentation
30
35
31
-
The MapServer documentation is stored in a [separate repository](https://github.com/mapserver/docs). Please submit any documentation
32
-
issues or changes there. See the [Documentation Development Guide](http://mapserver.org/development/documentation.html) for further details.
36
+
The MapServer documentation is stored in a [separate repository](https://github.com/MapServer/MapServer-documentation). Please submit any documentation
37
+
issues or changes there. See the [Documentation Development Guide](https://mapserver.org/development/documentation.html) for further details.
0 commit comments