Skip to content

Commit 096c7b5

Browse files
committed
readme updated
1 parent 84ab3cd commit 096c7b5

3 files changed

Lines changed: 9 additions & 20 deletions

File tree

MangoAPI.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{64F59099-7FF
9292
img\contacts.PNG = img\contacts.PNG
9393
img\settings.PNG = img\settings.PNG
9494
img\infrastructure.png = img\infrastructure.png
95+
img\jetbrains.png = img\jetbrains.png
9596
EndProjectSection
9697
EndProject
9798
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "seed_images", "seed_images", "{180A6309-24EE-4736-9DE5-AB36997D75BB}"

README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -158,28 +158,16 @@ In case of localhost HTTPS certificate issues: https://stackoverflow.com/a/67182
158158
- **Programming languages:** `C#`, `SQL`, `TypeScript`
159159
- **Tools & IDE:** `Visual Studio`, `Rider`, `VS Code`, `WebStorm`, `SMSS`, `Postman`
160160

161-
## Tasks management
161+
## Powered by JetBrains
162162

163-
- Each task has an assigned number in the format `MANGO-ID`
164-
- Active tasks are available on the Trello board: https://trello.com/b/Z7IlfrRb/mango-messenger-trello
165-
- Each task branch is based on the actual `develop` branch and pull requested there on complete
166-
167-
## GitHub flow
168-
169-
- Fork this repository
170-
- Clone this repository using `git clone https://github.com/${{ username }}/MangoMessengerAPI.git`
171-
- If repository is cloned already then pull last changes from `develop` using
172-
- `git checkout develop`
173-
- `git pull`
174-
- Create new branch based on `develop` with name according to `MANGO-ID` of the task
175-
- Solve the task
176-
- Create pull request to `develop`
177-
178-
## Commit messages
163+
<p align="center">
164+
<img src="./img/jetbrains.png" width="150" height="150" alt="Mango Messenger Logo"/>
165+
</p>
179166

180-
- In case of bug fix, example of commit message `bugfix: some bug fixed`
181-
- In case of feature, example of commit message `feature: some new functionality added`
182-
- In case of refactor, example of commit message `refactor: some code part refactored`
167+
On March 14, 2023 Mango Messenger has received the JetBrains Open Source Licenses
168+
for 1 year with opportunity to extend next years if opensource conditions met.
169+
These licenses are properly shared between active contributors.
170+
Thanks to JetBrains from the whole team of Mango Messenger.
183171

184172
## Useful Links
185173

img/jetbrains.png

125 KB
Loading

0 commit comments

Comments
 (0)