Skip to content
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

Move contribution steps to its own file #98

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

yunusemrebakir
Copy link
Collaborator

@yunusemrebakir yunusemrebakir commented Nov 14, 2023

As the first step of adding guidelines; we are moving contribution steps to its own file.

We will have two more PRs about;

  • Adding PR template
  • Adding bug report/feature request templates

```
5. Create a new branch from the `main` branch.
6. Make your changes.
7. Create a pull request.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add a note here:
Before creating a pull request, run the Dart format and Flutter analyze for a merge check using Melos, ensuring compatibility with the minimum supported Flutter version, which is 3.7.2.

melos run format
melos run analyze

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about it. I think, it is better to include it in the pull request template. So that they will need to click check mark to verify that melos analyze doesn't produce any errors, etc.

Copy link
Collaborator Author

@yunusemrebakir yunusemrebakir Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So in contributing.md; we introduce how the contribution works, and handle the details in the respective area, in this case in the PR.
I liked how it is handled in flutterfire, for example.

@yunusemrebakir yunusemrebakir merged commit cc1eff1 into woltapp:main Nov 14, 2023
@yunusemrebakir yunusemrebakir deleted the add-contributing-file branch November 14, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants