Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Link to github discussions, issues and pull request pages #1460

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions doc/pull-requests.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Submitting Pull Requests
========================
Pull Requests & Issues
======================

XDG Desktop Portal uses GitHub pull requests to review contributions. Please be
kind and patient as code reviews can be long and be minutious.
XDG Desktop Portal uses GitHub to
`discuss new portals and features <https://github.com/flatpak/xdg-desktop-portal/discussions>`_,
`track issues <https://github.com/flatpak/xdg-desktop-portal/issues>`_ and
`take contributions <https://github.com/flatpak/xdg-desktop-portal/pulls>`_.

Please be kind and patient as code reviews can be long and be minutious, issue
triage takes effort and everyone has limited time and resources.

Before developing features or fixing bugs, please make sure you have done the
following:
Expand All @@ -11,4 +16,4 @@ following:
- The code has been tested.
- All commit messages are properly formatted and commits squashed where
appropriate.
- You have included updates to all appropriate documentation.
- You have included updates to all appropriate documentation.
Loading