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

ruby exercises: change directory names to follow name convention #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DennisNeu
Copy link

@DennisNeu DennisNeu commented Jul 4, 2024

Because

The directories in "ruby exercises" don't match the naming convention. With this pull request, directory names are changed to match the convention ("1_data_types" -> "01_data_types"), thus putting folders into a nice, readable order and making navigating files easier.

This PR

  • changes directory names to match naming convention (add a 0 infront of single digits)

Issue

Closes #101

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project Contributing Guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Data types exercise: Update spec files
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If this PR includes changes that needs to be updated on the solutions branch, I have created another PR (and linked it to this PR).

Copy link
Member

@rlmoser99 rlmoser99 left a comment

Choose a reason for hiding this comment

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

Thank you for taking the time to make this PR (and issue). However, before we can merge in, we need to update the instructions in this README:

https://github.com/TheOdinProject/ruby-exercises/blob/main/ruby_basics/README.md

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.

consistent file naming
2 participants