Skip to content

Commit

Permalink
Merge pull request #12 from unhcr-americas/main
Browse files Browse the repository at this point in the history
fix few translation in workfow
  • Loading branch information
Edouard-Legoupil authored Apr 25, 2023
2 parents bb42b56 + 99f36b5 commit dbe0b25
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Template issue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Standard Issue EN
about: Use this template to create a new issue.
title: "ETQ <user/dev/...>, I would like to ... in order to ..."
title: "As <user/dev/...>, I would like to ... in order to ..."
---

<!-- This part should be helping to understand why is this issue important. What is the final objective ? -->
Expand Down
27 changes: 13 additions & 14 deletions .github/template_commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Define a direct explicite title with main tag
# Example: feat: Create my_fun to build xml
# Define a direct explicit title with main tag
# Explication for tags:
# [ci] : everything related to ci, even the ci fix for the moment
# [fix] : fix a bug in the code base
# [feat] : the addition of a new feature
# [doc]: package doc, we should see that on these 3 days roughly
# [test]: for unit tests
# [refactor] : Refactoring of code, like factoring, moving code
# [style]: for code formatting, tabulation, ...
# [chore]: everything that touches the project itself, classic background tasks, like a version upgrade


# Example: [feat]: Create my_fun to build xml
# 50-character subject line
# Add an empty line after that title

Expand All @@ -25,21 +36,9 @@ Issues

issue #

# Explication for tags:
# ci : everything related to ci, even the ci fix for the moment
# fix : fix a bug in the code base
# feat : the addition of a new feature
# doc: package doc, we should see that on these 3 days roughly
# test: for unit tests
# refactor : Refactoring of code, like factoring, moving code
# style: for code formatting, tabulation, ...
# chore: everything that touches the project itself, classic background tasks, like a version upgrade

# Exemple of commit
# [feat]: a wonderful new feature - part 1

# Exemple of commit
# feat: a wonderful new feature - part 1
#
# tags: feat, doc, test
#
Expand Down

0 comments on commit dbe0b25

Please sign in to comment.