Module: kamailio Branch: master Commit: 49c1ae28188c6df2d130a26d4180d1db4538575e URL: https://github.com/kamailio/kamailio/commit/49c1ae28188c6df2d130a26d4180d1db...
Author: dilyanpalauzov git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-01-26T09:06:02+01:00
.github: typo fixes and updates to mailing lists links
---
Modified: .github/CONTRIBUTING.md Modified: .github/ISSUE_TEMPLATE/bug_report.md Modified: .github/ISSUE_TEMPLATE/feature_request.md
---
Diff: https://github.com/kamailio/kamailio/commit/49c1ae28188c6df2d130a26d4180d1db... Patch: https://github.com/kamailio/kamailio/commit/49c1ae28188c6df2d130a26d4180d1db...
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e7f1a9110c6..2c5d46842b8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,7 +29,7 @@ changes to this document in a pull request. Kamailio is a community managed project, with developers world wide. Any contribution to code or documentation is very welcome and appreciated.
-In order to be easily able to track the changes and have a coherent ChangLog +In order to be easily able to track the changes and have a coherent ChangeLog and commit history, there are several *rules* required for each contribution.
## Contributing Code Or Content ## @@ -116,7 +116,7 @@ changes were done. At the end of the first line some CI flags can be added. Available at this moment:
- * `[skip ci]` - skip continous integration builds for source code, recommended + * `[skip ci]` - skip continuous integration builds for source code, recommended to be added when updating documentation, example configs or other utilities. Example: * `msilo: docs - updated example for m_dump() function [skip ci]` @@ -270,4 +270,4 @@ released under BSD must be done under BSD as well.
For any question, do not hesitate to contact other developers via mailing list:
- * **[sr-dev [at] lists.kamailio.org](http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev)** + * **[sr-dev [at] lists.kamailio.org](https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.or... diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 50a94c08bcb..e657ee1a979 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,11 +9,11 @@ Kamailio Project uses GitHub Issues only for bugs in the code or feature request
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
- * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users + * https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio....
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
- * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev + * https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.or...
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 539adddc672..2c21427e600 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,11 +9,11 @@ Kamailio Project uses GitHub Issues only for bugs in the code or feature request
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
- * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users + * https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio....
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
- * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev + * https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.or...
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.