Skip to content

Commit

Permalink
fix outdated name of changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Oct 18, 2022
1 parent 121daa5 commit f599b8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
* Commit often.
* Small commits with a good log description are preferred.
* **Verify that your code builds**, at least in one the major supported compilers: MSVC, GCC, CLANG.
* Most changes are relevant enough to be shown in the [CHANGELOG](https://github.com/MRPT/mrpt/blob/master/doc/doxygen-pages/changeLog_doc.h). Modify it as well to reflect what is new.
* Most changes are relevant enough to be shown in the [doc/source/doxygen-docs/changelog.md](https://github.com/MRPT/mrpt/blob/develop/doc/source/doxygen-docs/changelog.md). Modify it as well to reflect what is new.
* Open a pull-request.

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

I acknowledge to have:
* Read the [`CONTRIBUTING`](https://github.com/MRPT/mrpt/blob/master/.github/CONTRIBUTING.md) page
* Updated [`doc/doxygen-pages/changeLog_doc.h`](https://github.com/MRPT/mrpt/blob/master/doc/doxygen-pages/changeLog_doc.h) to describe these changes (if applicable)
* Updated [`doc/source/doxygen-docs/changelog.md`](https://github.com/MRPT/mrpt/blob/develop/doc/source/doxygen-docs/changelog.md) to describe these changes (if applicable)
* Updated [`AUTHORS`](https://github.com/MRPT/mrpt/blob/master/AUTHORS) (if applicable)

(Notify: @MRPT/owners )
2 changes: 1 addition & 1 deletion doc/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Do you want to contribute new code to MRPT?
* Small commits with a proper description are preferred.

* **Verify that your code builds**. It will anyway be tested upon pull request by our CI.
* Most changes are relevant enough to be shown in the `CHANGELOG <https://github.com/MRPT/mrpt/blob/master/doc/doxygen-pages/changeLog_doc.h>`_. Modify it as well to reflect what is new.
* Most changes are relevant enough to be shown in the `doc/source/doxygen-docs/changelog.md <https://github.com/MRPT/mrpt/blob/master/doc/source/doxygen-docs/changelog.md>`_. Modify it as well to reflect what is new.
* Open a pull-request.

0 comments on commit f599b8e

Please sign in to comment.