Commit Graph
15 Commits
Author SHA1 Message Date
Hugo Locurcio 95fb178429 Add support for user-provided comments with Giscus
This allows users to leave comments on pages that don't have
`:allow_comments: False` somewhere in the page's source.
Both manual and class reference pages can receive comments.
Index pages cannot have comments, as discussion should occur on "leaf" pages.

GitHub Discussions is used as a backend on the same repository. This means
that Discussions *must* be enabled on godotengine/godot-docs before this
commit is merged to `master`. Users can choose to use the "Custom" watch
mode if they don't want to get notifications for discussion updates,
but still get notifications for issue and pull request updates.

User comments are intended to be used for the following purposes:

- Add a clarification or correct something in the documentation,
  without having to open a pull request. Contributors are encouraged to
  take a look at discussions from time to time, and see if there's information
  worth incorporating in the pages themselves. Don't forget to reply to
  the comment when doing so :)
- Mention a workaround for a common issue.
- Link to useful third-party resources that are relevant to the current page,
  such as tutorials or add-ons.

User comments should *not* be used for technical support. Other community
platforms should be used for that.

Page-to-discussion matching is done using the `pagename` Sphinx variable,
which is independent of the Godot version and documentation language.
Being independent of the Godot version allows keeping old comments
when the Godot version changes, while also allowing users from `/stable`
and `/4.1` to "see" each other in discussions.

See https://giscus.app for more information.
2024-01-11 17:51:53 +01:00
Rama Del Maestro ae7aa1d615 Fixed typo in pr_workflow.rst (#8671)
* Fixed typo in pr_workflow.rst
2023-12-26 21:49:45 -05:00
kleonc 9ab9947341 Fix swapped order of images in Testing pull requests 2023-12-15 21:43:37 +01:00
A Thousand Ships 5064ed9fd1 Add instructions for rebasing onto a branch
Useful if someone has created a PR from the wrong branch
2023-12-03 17:39:42 +01:00
Rémi Verschelde ee401703f0 Remove UWP mentions as the platform port was removed in 4.2 2023-11-16 13:03:31 +01:00
Hugo Locurcio a9a50b66e3 Update list of Godot version tags in Bisecting regressions 2023-07-23 23:11:52 +02:00
Hugo Locurcio f004b1ac3d Update GitHub Actions UI workflow in Testing pull requests 2023-07-20 23:12:03 +02:00
Markus Sauermann bdd2742bd5 Update Triaging guidelines
- Remove unavailable labels
- Add newly created labels
- Update descriptions, where applicable
- Sort content alphabetically
2023-07-19 18:19:19 +02:00
Devin Amdahl c48b82fe96 Update PR Workflow documentation to include updated information about GitHub's account verification via HTTPS (#7275) 2023-05-05 12:55:12 +02:00
Max Hilbrunner 7cc873c2dd Remove duplicate the-the 2023-04-18 03:02:23 +02:00
Max Hilbrunner da46470513 Merge pull request #6978 from JohnVeness/project-manager
Change capitalization of Project Manager
2023-03-20 02:45:09 +01:00
Clay JohnandYuri Sizov 7c04c11858 Add pull request review guidelines (#6374)
Add PR review guidelines for maintainers

Co-authored-by: Yuri Sizov <yuris@humnom.net>
2023-03-15 21:08:33 +03:00
John Veness 08498ef96a Change capitalization of Project Manager 2023-03-13 20:08:49 +00:00
skyace65 b3d94a655d Update mono references to .NET 2023-02-09 16:59:56 -05:00
Yuri Sizov dbfe3b1d26 Reorganize documentation for contributors
- Merge Community/Contributing and Engine Development into one top-level section, Contributing.
- Structure it in a way that gives equal priority to various ways to contribute, including documentation.
- Rename several articles to be more comprehensive and in line with the overall state of the documentation.
- Rewrite the guide for class reference contributions.
2023-01-10 01:49:30 +03:00