Skip to content

Commit 3218244

Browse files
committed
Improved the README with a Contributing section and some minor text adjustments.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent 3c24835 commit 3218244

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ Some of the benefits of using the Scribe tool to start and maintain an Elixir or
1818
* Quickly find and start debugging a bug because actions aren't entangled in a huge module with several resources for a domain (context). For example, if the bug is about creating a resource on a given domain, it's straightforward to know where to start due to the folder structure.
1919
* The folder structure is documentation that never lies about what domains (contexts), resources, and actions are available in your project, whether huge or small.
2020

21-
The Scribe tool enables developers craftsmanship and professionalism to reach new levels never imagined before or thought to be easy to achieve.
21+
The Scribe tool enables developers craftsmanship and professionalism to reach new levels never imagined before or thought to not be easy to achieve.
2222

2323
Don't just be a Developer or Engineer, become a Scribe Developer and Engineer 🚀
2424

2525

26+
## Contributing
27+
28+
The Elixir Scribe tool is highly opinionated, therefore I ask you to first [open a discussion](https://github.com/Exadra37/elixir-scribe/discussions/new?category=ideas) to propose your idea to avoid working and then seeing the PR refused.
29+
30+
2631
## Installation
2732

2833
If [available in Hex](https://hex.pm/docs/publish), the package can be installed

0 commit comments

Comments
 (0)