Adding new items and standardizing dates #52
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added:
Implementations: Grande Risco-5
Tools: Risco-5S RISC-V Simulator
Correction:
I standardized the date formats in the items. Some dates were in the format year-month-day, while others were in year-day-month. Since the initial items used the latter format, I kept that as the standard. If you prefer the first format as the standard, I can easily switch the dates to it, as they are now all uniform, making the change straightforward.
One suggestion I have is to create a
CONTRIBUTING
file outlining all the repository's standards and contribution guidelines. Alternatively, you could expand the "Making Contributions" section of the README, though it might not be ideal for this section to become too lengthy, especially considering the README will likely grow significantly. Including just one or two sentences there with a link to theCONTRIBUTING
file for detailed guidelines could be a better approach.