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

chore: Add CONTRIBUTING.md #189

Merged
merged 6 commits into from
Apr 16, 2024
Merged

chore: Add CONTRIBUTING.md #189

merged 6 commits into from
Apr 16, 2024

Conversation

baggiponte
Copy link
Collaborator

Adding a draft for CONTRIBUTING.md. Would like to ask for a review to @ngriffiths13, @FBruzzesi, @miroslaavi who is working on a PR and installed the project locally, and also @ rodrigogiraoserrao because he says they are important (🤪).

@baggiponte baggiponte added the documentation Improvements or additions to documentation label Apr 6, 2024
@baggiponte baggiponte self-assigned this Apr 6, 2024
Copy link

vercel bot commented Apr 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
functime-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 4:30pm

CONTRIBUTING.md Outdated Show resolved Hide resolved
Copy link
Contributor

@miroslaavi miroslaavi left a comment

Choose a reason for hiding this comment

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

I guess I was an inspiration with my mess PR to add the contributing guide, hahah! :D but it looks great and very useful!

Just thoughts, maybe for new user it could be helpful having an example how the conventional commit would look like. Also, not sure if branch naming matters?

@baggiponte
Copy link
Collaborator Author

Thanks for the comments! I was actually curious how you set the project up.

I'm a bit obsessed with the conventional commits but I'm sure we also use it for our changelog, so it has a purpose. Will add that part 😊

Speaking of branches: I don't think it really matters as long as it is understandable. Will mention that. (Also I did not forget about the PR but this is something that I postponed a bit too much.)

@miroslaavi
Copy link
Contributor

Cool, that's clear, thanks!

Hmm, I set the project up by first downloading Rust (as that is something I have no prior experience of, but have started thinking about learning it), and then I think I just ran the Makefile "edit" if I recall right.. Rye also something new for me that need to look up :)

Copy link
Contributor

@FBruzzesi FBruzzesi left a comment

Choose a reason for hiding this comment

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

Hey @baggiponte, thanks for including me in the review.
I left a few nitpicks and some food for thoughts 😁

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated
Comment on lines 3 to 7
This guide covers the following:

1. Reporting an issue or a feature request.
2. Contributing to the code base.
3. Contributing to the documentation.
Copy link
Contributor

@FBruzzesi FBruzzesi Apr 8, 2024

Choose a reason for hiding this comment

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

Just some food for thoughts: consider adding a TOC with links?

Suggested change
This guide covers the following:
1. Reporting an issue or a feature request.
2. Contributing to the code base.
3. Contributing to the documentation.
This guide covers the following:
1. [Reporting an issue or a feature request](#opening-an-issue).
2. [Contributing to the code base](#contributing-to-the-codebase).
* [Picking an issue](#picking-an-issue)
* [Set up your local environment](#set-up-your-local-environment)
* [While working on your issue](#while-working-on-your-issue)
* [Pull requests](#pull-requests)
3. [Contributing to the documentation](#contributing-to-the-documentation).
4. [Credits](#credits)

Note: I am not sure about the rendering

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved

2. **Clone the repository locally**.

```bash
Copy link
Contributor

Choose a reason for hiding this comment

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

More ideas, make one expanded and the other two collapsed html details

Co-authored-by: Francesco Bruzzesi <42817048+FBruzzesi@users.noreply.github.com>
baggiponte and others added 3 commits April 16, 2024 18:09
Co-authored-by: Francesco Bruzzesi <42817048+FBruzzesi@users.noreply.github.com>
Co-authored-by: Francesco Bruzzesi <42817048+FBruzzesi@users.noreply.github.com>
Co-authored-by: miroslaavi <93781226+miroslaavi@users.noreply.github.com>
@baggiponte baggiponte merged commit ba2348d into functime-org:main Apr 16, 2024
6 checks passed
@baggiponte baggiponte changed the title chore: add CONTRIBUTING.md draft chore: add CONTRIBUTING.md Apr 16, 2024
@baggiponte baggiponte changed the title chore: add CONTRIBUTING.md chore: Add CONTRIBUTING.md Apr 16, 2024
@baggiponte baggiponte deleted the docs2024/contributing branch April 16, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants