Skip to content

Commit

Permalink
Applied PR commands around licencing, contribution guidelines, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Jul 20, 2021
1 parent 8742ed4 commit 46fb028
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

1. Make sure that you applied or answered all the feedback from the maintainers.
2. We're trying to be as much responsive as we can, but if we didn't respond to you, feel free to ping us by tagging us in the Issue or Pull Request.
3. Pull request will be merged when you get approvals from at least 2 of the maintainers (and no rejection from others). Pull request will be tagged with the target Marten version in which it will be released. We also label the Pull Requests with information about the type of change.
3. Pull request will be merged when you get approvals from at least 2 of the maintainers (and no rejection from others).

## Working with the Git

Expand All @@ -29,7 +29,7 @@ To contribute to EventStoreDB samples:

## Code style

Coding rules are set up in the project files with `.editorconfig` or `.prettierrc.json`. Those files are supported by all popular IDE (e.g. Microsoft Visual Studio, Rider, Visual Studio Code). Unless you disabled it manually, it should be automatically applied after opening the solution. We also recommend turning automatic formatting on saving to have all the rules applied.
Coding rules are set up in the project files to be automatically applied (e.g. with `.editorconfig` or `.prettierrc.json`). Unless you disabled it manually, it should be automatically applied by IDE after opening the project. We also recommend turning automatic formatting on saving to have all the rules applied.

## Licensing and legal rights

Expand Down
3 changes: 1 addition & 2 deletions CQRS_Flow/.NET/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# CQRS flow of Event Sourcing with EvenStoreDB

Sample is showing the typical flow of the Event Sourcing with [EventStoreDB](https://developers.eventstore.com) using CQRS. It uses E-Commerce shopping carts domain.
This sample is showing a typical flow of the Event Sourcing pattern with [EventStoreDB](https://developers.eventstore.com) using CQRS. It uses E-Commerce shopping carts domain.

## Prerequisities

Expand Down Expand Up @@ -70,4 +70,3 @@ It uses:
- `docker-compose down -v` - to clean stopped dockers.
- `docker ps` - for showing running dockers
- `docker ps -a` - to show all dockers (also stopped)

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Oskar Dudycz
Copyright (c) 2021 EventStore Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

[EventStoreDB](https://www.eventstore.com/) is an industrial-strength database technology used as the central data store for event-sourced systems. It is available open-source to run locally on most platforms or as SaaS through [Event Store Cloud](https://www.eventstore.com/event-store-cloud).

This repository provides real-world, practical samples both for the [EventStoreDB](https://www.eventstore.com/) and clients SDK.

Documentation for [EventStoreDB](https://www.eventstore.com/) can be found at: https://developers.eventstore.com/.

We invite you to join our community discussion space at [Discuss](https://discuss.eventstore.com/).
This repository provides samples demonstrating the functionalities of [EventStoreDB](https://www.eventstore.com/) and the client SDKs of EventStore and practical usage.

## Contributing

Expand Down Expand Up @@ -37,4 +33,8 @@ Check the `README.md` file in the specific sample folder for the detailed run in

## Support

Information on commercial support can be found here: https://eventstore.com/support/.
Information on commercial support can be found here: https://eventstore.com/support/.

Documentation can be found here: https://developers.eventstore.com/

We invite you to join our community discussion space at [Discuss](https://discuss.eventstore.com/).

0 comments on commit 46fb028

Please sign in to comment.