Skip to content

Commit 5ad1677

Browse files
authored
ci : add @nouha06 and @AhmedAmineZr contributor (#127)(#128)
Signed-off-by: Tayeb Sedraia <tayeb.sedraia@orange.com>
1 parent 7d64320 commit 5ad1677

File tree

6 files changed

+37
-8
lines changed

6 files changed

+37
-8
lines changed

.github/CONTRIBUTORS.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# This is the official list of people have contributed code to the
2+
# ouds-flutter repository.
3+
#
4+
# The AUTHORS file lists the copyright holders; this file
5+
# lists people. For example, Orange employees are listed here
6+
# but not in AUTHORS, because Orange holds the copyright.
7+
#
8+
# When adding J Random Contributor's name to this file,
9+
# either J's name or J's organization's name should be
10+
# added to the AUTHORS file, depending on who holds the copyright.
11+
#
12+
# Names should be added to this file like so:
13+
# Individual's name <submission email address>
14+
# Individual's name <submission email address> <email2> <emailN>
15+
#
16+
# An entry with multiple email addresses specifies that the
17+
# first address should be used in the submit logs and
18+
# that the other addresses should be recognized as the
19+
# same person.
20+
21+
# Please keep the list sorted.
22+
23+
Julien DERAMOND <julien.deramond@orange.com>
24+
Tayeb SEDRAIA <tayeb.sedraia@orange.com>
25+
Ahmed Amine ZRIBI <tahmedamine.zribi@sofrecom.com>
26+
HAMMAMI Nouha <nouha.hammami@sofrecom.com>

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Report a bug
22
description: Tell us about a bug or issue you may have identified in OUDS Flutter.
33
title: "[Bug]: Bug Summary"
44
labels: ["🐞 bug", "🔍 triage"]
5-
assignees: ["Tayebsed93"]
5+
assignees: ["Tayebsed93", "nouha06", "AhmedAmineZr"]
66
body:
77
- type: checkboxes
88
attributes:

.github/ISSUE_TEMPLATE/documentation-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation Update
22
description: Describe this issue found in the documentation
33
title: "[Doc]: "
44
labels: ["📖 documentation", "🔍 triage"]
5-
assignees: ["Tayebsed93"]
5+
assignees: ["Tayebsed93", "nouha06", "AhmedAmineZr"]
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Feature Request
22
description: Suggest a new Epic to be added to the backlog.
33
title: "[feature]: "
44
labels: ["🗳️ feature", "🔍 triage"]
5-
assignees: ["Tayebsed93"]
5+
assignees: ["Tayebsed93", "nouha06", "AhmedAmineZr"]
66
body:
77
- type: checkboxes
88
attributes:

.github/MAINTAINERS.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ This document contains a list of maintainers in this repo. If you're interested
1010

1111
<!-- Sort by alphabetic order, last name in upper case -->
1212

13-
| Maintainer | GitHub ID | Email | Affiliation |
14-
| -------------------- | ----------- | ------------------------------------ | -------------- |
15-
| Tayeb SEDRAIA | Tayebsed93 | tayeb.sedraia@orange.com | OAB SA |
13+
| Maintainer | GitHub ID | Email | Affiliation |
14+
| -------------------- | ----------- | ------------------------------------ | -------------- |
15+
| Tayeb SEDRAIA | Tayebsed93 | tayeb.sedraia@orange.com | OAB SA |
16+
| Ahmed Amine ZRIBI | AhmedAmineZr | ahmedamine.zribi@sofrecom.com | SOFRECOM |
17+
| HAMMAMI Nouha | nouha06 | nouha.hammami@sofrecom.com | SOFRECOM |
1618

1719
<!--
1820
## Emeritus
1921
20-
| Maintainer | GitHub ID | Affiliation |
21-
| -------------------- | ----------- | -------------- |
22+
| Maintainer | GitHub ID | Affiliation |
23+
| -------------------- | ----------- | -------------- |
2224
-->
2325

app/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16+
- Add @nouha06 and @AhmedAmineZr as new contributor in project ([#127](https://github.com/Orange-OpenSource/ouds-flutter/issues/127))
1617
- [Library] Update of tokens (library version 0.10.0) ([#125](https://github.com/Orange-OpenSource/ouds-flutter/issues/125))
1718
- [Library] Update of tokens (library version 0.9.0) ([#121](https://github.com/Orange-OpenSource/ouds-flutter/issues/121))
1819

0 commit comments

Comments
 (0)