Skip to content

Commit

Permalink
git
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymichel committed Nov 1, 2022
1 parent ba4ca19 commit 73710a4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ci @dannymichel
.github @dannymichel
fedora @dannymichel
debian @dannymichel
.copr @dannymichel
deployment @dannymichel
.ci @dkanada @EraYaN
.github @jellyfin/core
fedora @joshuaboniface
debian @joshuaboniface
.copr @joshuaboniface
deployment @joshuaboniface
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ labels: bug
**System (please complete the following information):**
- Platform: [e.g. Linux, Windows, iPhone, Tizen]
- Browser: [e.g. Firefox, Chrome, Safari]
- Veso Version: [e.g. 10.6.0]
- Jellyfin Version: [e.g. 10.6.0]

**Additional Context**
<!-- Add any other context about the problem here. -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-playback-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ labels: playback
**System (please complete the following information):**
- Platform: [e.g. Linux, Windows, iPhone, Tizen]
- Browser: [e.g. Firefox, Chrome, Safari]
- Veso Version: [e.g. 10.6.0]
- Jellyfin Version: [e.g. 10.6.0]

**Additional Context**
<!-- Add any other context about the problem here. -->
10 changes: 5 additions & 5 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Support

Veso contributors have limited availability to address general support
questions. Please make sure you are using the latest version of Veso.
Jellyfin contributors have limited availability to address general support
questions. Please make sure you are using the latest version of Jellyfin.

When looking for support or information, please first search for your
question in these venues:

* [Veso Forum](https://forum.jellyfin.org)
* [Veso Documentation](https://jellyfin.org/docs/)
* [Jellyfin Forum](https://forum.jellyfin.org)
* [Jellyfin Documentation](https://jellyfin.org/docs/)
* [Open or **closed** issues in the organization](https://github.com/issues?q=sort%3Aupdated-desc+org%3Ajellyfin+is%3Aissue+)

If you didn't find an answer in the resources above, contributors and other
Expand All @@ -19,6 +19,6 @@ users are reachable through the following channels:

GitHub issues are for tracking enhancements and bugs, not general support.

The open source license grants you the freedom to use Veso.
The open source license grants you the freedom to use Jellyfin.
It does not guarantee commitments of other people's time.
Please be respectful and manage your expectations.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
triage:
name: 'Merge conflict labeling'
runs-on: ubuntu-latest
if: ${{ github.repository == 'vesoapp/veso-desktop' }}
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
steps:
- uses: eps1lon/actions-label-merge-conflict@fd1f295ee7443d13745804bc49fe158e240f6c6e # tag=v2.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Veso is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://jellyfin.org/contact).
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://jellyfin.org/contact).

0 comments on commit 73710a4

Please sign in to comment.