Skip to content

Commit

Permalink
Merge branch 'dev' into rel-6_0-missing_session_id
Browse files Browse the repository at this point in the history
  • Loading branch information
tipue-dev authored Mar 30, 2023
2 parents 106a913 + 5154c8a commit 76e158f
Show file tree
Hide file tree
Showing 7,648 changed files with 1,787,236 additions and 1,735,747 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# This file will be automatically found and used for the 'otrs' user if you have the
# 'bash-completion' package installed. Otherwise you can source it in your ~/.bashrc like this:
#
# source /opt/otrs/.bash_completion
# source /opt/znuny/.bash_completion

# Get path to current file, follow symlinks
THIS_FILE=$BASH_SOURCE
Expand All @@ -33,4 +33,4 @@ fi
COMP_WORDBREAKS=${COMP_WORDBREAKS//:/}

# Configure bash completion
complete -C "$(dirname $THIS_FILE)/bin/otrs.Console.pl" otrs.Console.pl
complete -C "$(dirname $THIS_FILE)/bin/znuny.Console.pl" znuny.Console.pl
40 changes: 24 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
You are amazing! 🚀
Thanks for contributing to the Znuny community project!
Please, DO NOT DELETE ANY TEXT from this template (unless instructed)!
### Licensing, copyright and credits
Znuny is an open fork of an existing software. So we have to respect the already given copyright of the original creators.
New files will be licensed using the AGPL Version 3. If you contribute code to the Znuny project you will get mentioned in the pull request incl. the commit, in CHANGES.md and in AUTHORS.md. We will not mention you in the file you provided or changed. Your work is highly appreciated and acknowledged but you contribute it to the project and your copyright will pass on to the fork itself.
-->

## Proposed change
Expand All @@ -12,18 +18,20 @@
additional information section.
-->

## Type of change
<!--
## Type of change
What type of change does your PR introduce to Znuny?
NOTE: Please check only 1 box '✖️'!
If your PR requires multiple boxes to be checked, you'll most likely need to
NOTE: Please add only one label with a starting '1 - ' to this PR!
If your PR requires multiple labels to be applied, you'll most likely need to
split it into multiple PRs. This makes things easier and faster for the code review.
-->
- [ ] 🆙 - Dependency upgrade (e.g. libraries) <!-- delete [ ] if not checked -->
- [ ] 🐞 - Bugfix (non-breaking change which fixes an issue) <!-- delete [ ] if not checked -->
- [ ] 💎 - Code quality improvements to existing code or addition of unit tests <!-- delete [ ] if not checked -->
- [ ] 🚀 - New feature (which adds functionality to an existing integration) <!-- delete [ ] if not checked -->
- '1 - 🆙 dependency upgrade - Dependency upgrade (e.g. libraries)
- '1 - 🐞 bug 🐞' - Bugfix (non-breaking change which fixes an issue)
- '1 - 💎 code quality' - Code quality improvements to existing code or addition of unit tests
- '1 - 🚀 feature' - New feature (which adds functionality to an existing integration)
- '1 - ...'
-->

## Breaking change
<!--
Expand All @@ -39,17 +47,18 @@
Details are important and help maintainers processing your PR.
Please be sure to fill out additional details, if applicable.
Note: Remove this section if not needed.
If a PR is related to an issue, please use the 'Linked issues' function on the sidebar.
-->

<!--
- This PR is related to issue: #
- This PR fixes issue: #
- This PR is related to PR: #
- ...
-->

## Checklist
<!--
Put an '✖️' in the boxes that apply. You can also fill these out after
Put an 'x' in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
Expand All @@ -61,13 +70,12 @@
- [ ] The code change is tested and works locally.(❗)
- [ ] There is no commented out code in this PR.(❕)
- [ ] You improved or added new unit tests.(❕)
- [ ] Local ZnunyCodePolicy run passes successfully.(❕)
- [ ] Local unit tests pass.(❕)
- [ ] GitHub workflow ZnunyCodePolicy passes.(❗)
- [ ] GitHub workflow unit tests pass.(❗)
- [ ] Local ZnunyCodePolicy passed.(❕)
- [ ] Local UnitTests / Selenium passed.(❕)
- [ ] GitHub workflow CI (UnitTests / Selenium) passed.(❗)

<!--
Thank you for contributing ❤
Thank you for contributing ❤
Znuny @znuny/znuny
-->
Loading

0 comments on commit 76e158f

Please sign in to comment.