Skip to content

Commit

Permalink
move contributing section in readme higher
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonyy authored Nov 2, 2024
1 parent aaf4ea9 commit eedfc0f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

### [🌎 VISIT HERE 🌕](https://dsonyy.github.io/awesome-rovers)

## Contributing

### Adding a rover

To add a new rover article to the website:

1. Go to the `_rovers` directory in the repository.
2. Copy the `_template.md` file. This template file provides the structure needed for each new article.
3. Rename the file to the unique name of your rover.
4. Fill in the content as instructed in the template, including any relevant metadata (like title, description, etc.).
5. Add any images related to your article in the `/assets/img/name-of-your-rover/...` directory. Make sure to use descriptive names to keep the images organized.
6. Afterward, please submit a pull request for review.

### Other Changes

If you have any other ideas, improvements, or fixes, feel free to make those changes and submit them in a pull request. Contributions of all kinds are welcome and highly appreciated!

## Build and Serve

Follow these steps to build and serve the site locally:
Expand Down Expand Up @@ -33,23 +50,6 @@ Follow these steps to build and serve the site locally:
bundle exec jekyll serve
```

## Contributing

### Adding a rover

To add a new rover article to the website:

1. Go to the `_rovers` directory in the repository.
2. Copy the `_template.md` file. This template file provides the structure needed for each new article.
3. Rename the file to the unique name of your rover.
4. Fill in the content as instructed in the template, including any relevant metadata (like title, description, etc.).
5. Add any images related to your article in the `/assets/img/name-of-your-rover/...` directory. Make sure to use descriptive names to keep the images organized.
6. Afterward, please submit a pull request for review.

## Other Changes

If you have any other ideas, improvements, or fixes, feel free to make those changes and submit them in a pull request. Contributions of all kinds are welcome and highly appreciated!

## Development

- Based on modified [LightSpeed](https://github.com/tajacks/lightspeed) Jekyll theme under GPLv3.

0 comments on commit eedfc0f

Please sign in to comment.