Skip to content

Commit a3cb769

Browse files
authored
Reorganize gemstore script category and minor edits (#1874)
merge commit for PR #1874
1 parent bf5809a commit a3cb769

13 files changed

+8
-5
lines changed

docs/gemstones/gemstone_template.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Title of the Gemstone
2+
title: Simple Gemstone template
33
author: Author's Name
44
contributors: [Comma seperated list of contributors]
55
tags:
@@ -20,19 +20,22 @@ Define the problem or challenge addressed.
2020
## Prerequisites
2121

2222
List prerequisites:
23+
2324
- Background knowledge
2425
- Tools or software needed
2526

2627
## Procedure
2728

2829
Outline the procedure or solution with numbered steps:
2930

30-
1. **First Step**:
31+
1. **First Step**:
32+
3133
Instructions and command examples.
3234
```bash
3335
Command or code snippet
3436
```
35-
2. **Second Step**:
37+
2. **Second Step**:
38+
3639
Continue with detailed instructions.
3740

3841
## Additional Information (Optional)
@@ -41,4 +44,4 @@ Include tips, alternative methods, or insights.
4144

4245
## Conclusion
4346

44-
Summarize the outcome and reinforce the guide's value.
47+
Summarize the outcome and reinforce the Gemstone's value.

docs/gemstones/git/02-gh_cli_edit_pr_title.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
## Introduction
1313

14-
This guide explains how to edit or change the title of an existing pull request (PR) in a GitHub repository, using both the GitHub web interface and CLI.
14+
This Gemstone explains how to edit or change the title of an existing pull request (PR) in a GitHub repository, using both the GitHub web interface and CLI.
1515

1616
## Problem Description
1717

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)