Skip to content

Commit 62e0780

Browse files
committed
Added comment in README.md explaining why this repository exists
Signed-off-by: Nikita Neverov <neverovnikita.bmt@gmail.com>
1 parent 81fa84d commit 62e0780

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,17 @@ MIT — [Apache 2.0](https://github.com/fluentassertions/fluentassertions/blob/7
298298
but the `ImeiType` project does not include any binary files or source code
299299
of [FluentAssertions](https://github.com/fluentassertions/fluentassertions/tree/7.0.0).
300300

301-
## [Contributing](CONTRIBUTING.md)
301+
### [Contributing](CONTRIBUTING.md)
302302

303+
**From creator:**
304+
305+
Although this repo ships a working, reliable implementation of an IMEI type,
306+
it is a very niche need, and many folks who need it have likely built their own already.
307+
If the CI/CD and layout feel a bit over-engineered for a small .NET project,
308+
that is intentional: the primary goal here is to sharpen my MSBuild and GitHub Actions skills,
309+
practice publishing NuGet packages that multi-target different TFMs, and end up with a reusable template for future ideas.
310+
311+
If you have suggestions for cleaner build/automation flows, a better project structure,
312+
or practices that improve the developer/maintainer experience, I would love to hear them.
303313
Please feel free to fork this, contribute or let me know if you find a bug.
304314
Any ideas for improvement are always welcome as well :innocent:

0 commit comments

Comments
 (0)