File tree Expand file tree Collapse file tree 6 files changed +37
-8
lines changed
Expand file tree Collapse file tree 6 files changed +37
-8
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Report a bug
22description : Tell us about a bug or issue you may have identified in OUDS Flutter.
33title : " [Bug]: Bug Summary"
44labels : ["🐞 bug", "🔍 triage"]
5- assignees : ["Tayebsed93"]
5+ assignees : ["Tayebsed93", "nouha06", "AhmedAmineZr" ]
66body :
77 - type : checkboxes
88 attributes :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Documentation Update
22description : Describe this issue found in the documentation
33title : " [Doc]: "
44labels : ["📖 documentation", "🔍 triage"]
5- assignees : ["Tayebsed93"]
5+ assignees : ["Tayebsed93", "nouha06", "AhmedAmineZr" ]
66body :
77 - type : markdown
88 attributes :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Feature Request
22description : Suggest a new Epic to be added to the backlog.
33title : " [feature]: "
44labels : ["🗳️ feature", "🔍 triage"]
5- assignees : ["Tayebsed93"]
5+ assignees : ["Tayebsed93", "nouha06", "AhmedAmineZr" ]
66body :
77 - type : checkboxes
88 attributes :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments