From 818a8add046cca1483ff218138b2604ddcf4f71a Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 25 Aug 2022 19:17:21 -0400 Subject: [PATCH] github: Update PULL_REQUEST_TEMPLATE.md to v1.0 Changelog thread Substitute the v0.20 changelog thread for the v1.0 thread. Ref: https://forum.freecad.org/viewtopic.php?p=621016#p621016 [skip ci] --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 376d452e46..80a781f4c7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,6 @@ Thank you for creating a pull request to contribute to FreeCAD! To ease integrat - [ ] Commit messages include `issue #` or `fixes #` where `` is the issue ID number from our [Issues database](https://github.com/FreeCAD/FreeCAD/issues) in case a particular commit solves or is related to an existing issue. Ex: `Draft: fix typos - fixes #4805` And please remember to update the Wiki with the features added or changed once this PR is merged. -**Note**: If you don't have wiki access, then please mention your contribution on the [0.20 Changelog Forum Thread](https://forum.freecadweb.org/viewtopic.php?f=10&t=56135). +**Note**: If you don't have wiki access, then please mention your contribution on the [1.0 Changelog Forum Thread](https://forum.freecad.org/viewtopic.php?f=10&t=69438). ---