Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 178ef04

Browse files
committed
Merge branch 'release/4.0.1'
2 parents 73a3f20 + 7a47d7e commit 178ef04

35 files changed

+2268
-1449
lines changed

.github/CONTRIBUTING.md

Lines changed: 377 additions & 0 deletions
Large diffs are not rendered by default.

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- File a GitHub issue only for bugs or feature requests related to the code **in this repository**. For other topics you can get more information in the README file. -->
2+
3+
### Observed Results
4+
5+
<!-- This could be a description, error output, steps to reproduce, a feature missed, etc. -->
6+
7+
### Expected behavior
8+
9+
<!-- What did you expect to happen? -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Changes description
2+
3+
<!-- Describe results, user mentions, screenshots, screencast (gif) -->
4+
5+
### Checklist
6+
7+
Please check if your PR fulfills the following specifications:
8+
9+
- [ ] Tests for the changes have been added
10+
- [ ] Docs have been added/updated
11+
12+
### References
13+
14+
<!-- issues related (for reference or to be closed) and/or links of discuss -->
15+
16+
Close #N/A

.github/invite-contributors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
isOutside: true
2+
# Team Name
3+
contributors

.github/settings.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
repository:
2+
name: mantis
3+
description: Mantis Bug Tracking
4+
homepage: https://pluginsglpi.github.io/mantis/
5+
topics: mantisbt, mantisbt-issue ,ticket-glpi, glpi, php, workflow, bug-tracker
6+
private: false
7+
has_issues: true
8+
has_wiki: false
9+
has_downloads: true
10+
default_branch: develop
11+
allow_squash_merge: true
12+
allow_merge_commit: false
13+
allow_rebase_merge: true
14+
labels:
15+
- name: bug
16+
color: f44336
17+
- name: build
18+
color: 795548
19+
- name: ci
20+
color: fbca04
21+
- name: documentation
22+
color: 607d8b
23+
- name: duplicate
24+
color: 9e9e9e
25+
- name: feature
26+
color: 3f51b5
27+
- name: hacktoberfest
28+
color: ff625f
29+
- name: invalid
30+
color: cddc39
31+
- name: performance
32+
color: 009688
33+
- name: question
34+
color: ff5722
35+
- name: refactor
36+
color: 9c27b0
37+
- name: style
38+
color: 2196f3
39+
- name: test
40+
color: 8bc34a
41+
- name: wontfix
42+
color: ffffff
43+
- name: help wanted
44+
color: 33aa3f
45+
- name: good first issue
46+
color: 7057ff

.tx/config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[glpi-plugin-mantisbt.en_gbpo]
5+
file_filter = locales/<lang>.po
6+
source_file = locales/mantis.pot
7+
source_lang = en_GB

CODE_OF_CONDUCT.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Code of Conduct
2+
3+
As contributors and maintainers of the pluginsGLPI projects, we pledge to respect everyone who contributes by posting issues, updating documentation, submitting pull requests, providing feedback in comments, and any other activities.
4+
5+
Communication through any of our channels (GitHub, Telegram, mailing lists, Google+, Twitter, etc.) must be constructive and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
6+
7+
We promise to extend courtesy and respect to everyone involved in this project regardless of gender, gender identity, sexual orientation, disability, age, race, ethnicity, religion, or level of experience. We expect anyone contributing to the pluginsGLPI projects to do the same.
8+
9+
If any member of the community violates this code of conduct, the maintainers of the pluginsGLPI projects may take action, removing issues, comments, and PRs or blocking accounts as deemed appropriate.
10+
11+
If you are subject to or witness unacceptable behavior, or have any other concerns, please email us at glpi@teclib.com

0 commit comments

Comments
 (0)