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

contributing: remove changesets #10574

Merged
merged 1 commit into from
May 17, 2024
Merged

contributing: remove changesets #10574

merged 1 commit into from
May 17, 2024

Conversation

tynes
Copy link
Contributor

@tynes tynes commented May 16, 2024

Description

We no longer use changesets to release our software.
The changesets still exist for unmaintained code.
Removing this from our contributing doc as the maintained
software does not use changesets. The releases are on github.

We no longer use changesets to release our software.
The changesets still exist for unmaintained code.
Removing this from our contributing doc as the maintained
software does not use changesets. The releases are on github.
Copy link
Contributor

coderabbitai bot commented May 16, 2024

Walkthrough

Walkthrough

The recent change to the CONTRIBUTING.md file involves the removal of instructions related to using changesets for managing package releases. This simplifies the contributing guidelines by eliminating specific details about this process, potentially making it easier for contributors to follow.

Changes

File Change Summary
CONTRIBUTING.md Removed instructions related to using changesets for managing package releases

Recent Review Details

Configuration used: .coderabbit.yml
Review profile: CHILL

Commits Files that changed from the base of the PR and between 8377204 and 9b2db84.
Files selected for processing (1)
  • CONTRIBUTING.md (1 hunks)
Additional Context Used
LanguageTool (13)
CONTRIBUTING.md (13)

Near line 5: Use a comma before “and” if it connects two independent clauses (unless they are closely connected and short).
Context: ...ave you! No contribution is too small and all contributions are valued. There ...


Near line 22: Consider a shorter alternative to avoid wordiness.
Context: ...r it will be for us to review quickly. In order to contribute, fork the appropriate branch...


Near line 53: The official spelling of this programming framework is “Node.js”.
Context: ...Git * NodeJS * [No...


Near line 56: Possible typo: you repeated a word
Context: ...pnpm * Docker * [Docker Compose](https://docs.docker.com/compos...


Near line 72: The official spelling of this programming framework is “Node.js”.
Context: ...``` ### Install the Correct Version of NodeJS Install the correct node version with ...


Near line 92: Consider removing “of” to be more concise
Context: ...ere](https://getfoundry.sh/). To build all of the TypeScript packages, run:...


Near line 106: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...ant to run an Optimism node OR if you want to run the integration tests, you'll nee...


Near line 144: To elevate your writing, try using a synonym here.
Context: ...logs from all services, and that can be hard to filter through. In order to view the...


Near line 144: Consider a shorter alternative to avoid wordiness.
Context: ...and that can be hard to filter through. In order to view the logs from a specific service, ...


Near line 198: A punctuation mark might be missing here.
Context: ...e or PR changes. - Category labels ([C-][category]): Contextualize the type ...


Near line 199: A punctuation mark might be missing here.
Context: ... of issue or change. - Meta labels ([M-][meta]): These add context to the is...


Near line 200: A punctuation mark might be missing here.
Context: ...ng to process. - Difficulty labels ([D-][difficulty]): Describe the associat...


Near line 225: Consider adding a comma.
Context: ... altering label names or deleting labels there are a few things you must be aware of. ...


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Out of diff range and nitpick comments (16)
CONTRIBUTING.md (16)

Line range hint 5-5: Consider adding a comma before "and" to improve readability.

- **No contribution is too small and all contributions are valued.**
+ **No contribution is too small, and all contributions are valued.**

Line range hint 22-22: Consider a shorter alternative to avoid wordiness.

- In order to contribute, fork the appropriate branch,
+ To contribute, fork the appropriate branch,

Line range hint 53-53: The official spelling of this programming framework is "Node.js".

- * [NodeJS](https://nodejs.org/en/download/)
+ - [Node.js](https://nodejs.org/en/download/)

Line range hint 56-56: Possible typo: you repeated a word.

- * [pnpm](https://pnpm.io/installation)
+ - [pnpm](https://pnpm.io/installation)

Line range hint 72-72: The official spelling of this programming framework is "Node.js".

- ### Install the Correct Version of NodeJS
+ ### Install the Correct Version of Node.js

Line range hint 92-92: Consider removing "of" to be more concise.

- To build all of the [TypeScript packages](./packages), run:
+ To build all the [TypeScript packages](./packages), run:

Line range hint 106-106: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.

- If you want to run an Optimism node OR **if you want to run the integration tests**, you'll need to build the rest of the system.
+ To run an Optimism node or the integration tests, you'll need to build the rest of the system.

Line range hint 144-144: To elevate your writing, try using a synonym here.

- and that can be hard to filter through.
+ which can be difficult to sift through.

Line range hint 144-144: Consider a shorter alternative to avoid wordiness.

- In order to view the logs from a specific service, you can run:
+ To view logs from a specific service, run:

Line range hint 198-200: A punctuation mark might be missing here.

- - **Area labels** ([`A-`][area]): Denote the general area for the related issue or PR changes.
- - **Category labels** ([`C-`][category]): Contextualize the type of issue or change.
- - **Meta labels** ([`M-`][meta]): These add context to the issues or prs themselves primarily relating to process.
- - **Difficulty labels** ([`D-`][difficulty]): Describe the associated implementation's difficulty level.
- - **Status labels** ([`S-`][status]): Specify the status of an issue or pr.
+ - **Area labels** ([`A-`][area]): Denote the general area for the related issue or PR changes.
+ - **Category labels** ([`C-`][category]): Contextualize the type of issue or change.
+ - **Meta labels** ([`M-`][meta]): These add context to the issues or PRs themselves, primarily relating to process.
+ - **Difficulty labels** ([`D-`][difficulty]): Describe the associated implementation's difficulty level.
+ - **Status labels** ([`S-`][status]): Specify the status of an issue or PR.

Line range hint 225-225: Consider adding a comma for clarity.

- When altering label names or deleting labels there are a few things you must be aware of.
+ When altering label names or deleting labels, there are a few things you must be aware of.

Line range hint 212-212: Heading levels should only increment by one level at a time.

- #### Filtering for Work
+ ### Filtering for Work

Line range hint 52-61: Unordered list style should be consistent.

- * [Git](https://git-scm.com/downloads)
- * [NodeJS](https://nodejs.org/en/download/)
- * [Node Version Manager](https://github.com/nvm-sh/nvm)
- * [pnpm](https://pnpm.io/installation)
- * [Docker](https://docs.docker.com/get-docker/)
- * [Docker Compose](https://docs.docker.com/compose/install/)
- * [Go](https://go.dev/dl/)
- * [Foundry](https://getfoundry.sh)
- * [jq](https://jqlang.github.io/jq/)
- * [go-ethereum](https://github.com/ethereum/go-ethereum)
+ - [Git](https://git-scm.com/downloads)
+ - [Node.js](https://nodejs.org/en/download/)
+ - [Node Version Manager](https://github.com/nvm-sh/nvm)
+ - [pnpm](https://pnpm.io/installation)
+ - [Docker](https://docs.docker.com/get-docker/)
+ - [Docker Compose](https://docs.docker.com/compose/install/)
+ - [Go](https://go.dev/dl/)
+ - [Foundry](https://getfoundry.sh)
+ - [jq](https://jqlang.github.io/jq/)
+ - [go-ethereum](https://github.com/ethereum/go-ethereum)

Line range hint 176-176: Headings should be surrounded by blank lines.

- ## Labels
+ 
+ ## Labels

Line range hint 172-172: Fenced code blocks should be surrounded by blank lines.

- ```bash
+ 
+ ```bash

Line range hint 214-229: Bare URLs used. Consider using markdown links for better readability.

- To find tickets available for external contribution, take a look at the https://github.com/ethereum-optimism/optimism/labels/M-community label.
- 
- You can filter by the https://github.com/ethereum-optimism/optimism/labels/D-good-first-issue
- label to find issues that are intended to be easy to implement or fix.
- 
- Also, all labels can be seen by visiting the [labels page][labels]
+ To find tickets available for external contribution, take a look at the [M-community label](https://github.com/ethereum-optimism/optimism/labels/M-community).
+ 
+ You can filter by the [D-good-first-issue label](https://github.com/ethereum-optimism/optimism/labels/D-good-first-issue)
+ to find issues that are intended to be easy to implement or fix.
+ 
+ Also, all labels can be seen by visiting the [labels page](https://github.com/ethereum-optimism/optimism/labels)

CONTRIBUTING.md Show resolved Hide resolved
@refcell refcell added this pull request to the merge queue May 17, 2024
Merged via the queue into develop with commit 5f42778 May 17, 2024
69 checks passed
@refcell refcell deleted the docs/remove-changesets branch May 17, 2024 15:44
rdovgan pushed a commit to rdovgan/optimism that referenced this pull request Jun 24, 2024
We no longer use changesets to release our software.
The changesets still exist for unmaintained code.
Removing this from our contributing doc as the maintained
software does not use changesets. The releases are on github.
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