MRT-01 #2

Merged
roufpup merged 3 commits from MRT-01 into main 2025-09-28 13:20:10 +03:00
Owner

This PR closes #1

This PR closes #1
roufpup self-assigned this 2025-09-28 12:09:13 +03:00
roufpup requested review from Snow 2025-09-28 12:09:33 +03:00
Owner

We should probably add an CHANGELOG.md file.
I have no clue what versioning would be best for this tho, but we can just go the linus way and increment it when it feels right.

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to its own custom versioning: I will increment the number whenever I feel like.


## [0.1.0]
- Initialized project
We should probably add an `CHANGELOG.md` file. I have no clue what versioning would be best for this tho, but we can just go the linus way and increment it when it feels right. ``` # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to its own custom versioning: I will increment the number whenever I feel like. ## [0.1.0] - Initialized project ```
Snow approved these changes 2025-09-28 12:26:06 +03:00
Dismissed
flake.nix Outdated
@ -0,0 +20,4 @@
};
in
{
devShells."${pkgs.system}".default = pkgs.mkShell {
Owner

Can we add a shell hook that prints a cute welcome message?
ex:

shellHook = ''
    echo -e "\n\x1b[36;1m📦 Welcome to the default flake for \x1b[32;1m${project}\x1b[0m\x1b[36m!\x1b[0m"
            '';
Can we add a shell hook that prints a cute welcome message? ex: ``` shellHook = '' echo -e "\n\x1b[36;1m📦 Welcome to the default flake for \x1b[32;1m${project}\x1b[0m\x1b[36m!\x1b[0m" ''; ```
Author
Owner

I will add something of that sort

I will add something of that sort
Snow changed title from MRT-01 to WIP: MRT-01 2025-09-28 12:26:31 +03:00
Snow changed title from WIP: MRT-01 to MRT-01 2025-09-28 12:27:00 +03:00
Author
Owner

@Snow wrote in #2 (comment):

We should probably add an CHANGELOG.md file. I have no clue what versioning would be best for this tho, but we can just go the linus way and increment it when it feels right.

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to its own custom versioning: I will increment the number whenever I feel like.


## [0.1.0]
- Initialized project

I feel like this can be added eventually when there is a release, not for this issue.

@Snow wrote in https://git.killuaa.dev/Project-Meartis/meartis-client/pulls/2#issuecomment-31: > We should probably add an `CHANGELOG.md` file. I have no clue what versioning would be best for this tho, but we can just go the linus way and increment it when it feels right. > > ```text > # Changelog > All notable changes to this project will be documented in this file. > > The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), > and this project adheres to its own custom versioning: I will increment the number whenever I feel like. > > > ## [0.1.0] > - Initialized project > ``` I feel like this can be added eventually when there is a release, not for this issue.
roufpup requested review from Snow 2025-09-28 12:42:50 +03:00
Snow approved these changes 2025-09-28 12:47:10 +03:00
Owner

Looks good, rtm!

Looks good, rtm!
roufpup deleted branch MRT-01 2025-09-28 13:20:10 +03:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Project-Meartis/meartis-client!2
No description provided.