-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: updated contributing #421
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiny grammar thing, otherwise LGTM :)
CONTRIBUTING.md
Outdated
|
||
To contribute to feature development or bug fixes. Check our [issue tracker](https://github.com/yeagerai/genlayer-simulator/issues) for tasks labeled `help wanted`. | ||
#### 1. Setup yourself to start coding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set yourself up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
## What's Changed * feat: various frontend improvements by @denishacquin in #418 * fix: 409 sim fe alow horizontal scroll when there is syntax error in the contract by @denishacquin in #430 * ci: gh action to validate pr title by @AgustinRamiroDiaz in #429 * refactor: refactor services and clients by @denishacquin in #419 * docs: updated contributing by @cristiam86 in #421 * feat: 417 sim fe allow re ordering contract tabs by dragging them around by @denishacquin in #434 * test: 425 frontend unit testing by @denishacquin in #426 * chore(backend): refactor database connector to use sqlalchemy by @AgustinRamiroDiaz in #420 * chore(github): update PR template by @AgustinRamiroDiaz in #457 **Full Changelog**: v0.3.2...0.4.0
* docs: updated contributing * fix: grammar typo
Fixes #416
What
Why
Testing done
Decisions made
Checks
Reviewing tips
Read it and give feedback
User facing release notes
Updated the contributing guide to explain some new practices we have adopted to improve the development process.