Skip to content

Commit e8b668d

Browse files
Bushra RahmanBushra Rahman
authored andcommitted
improved phrasing
1 parent c49c12b commit e8b668d

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

docs/GitHub/GitHub-basics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Learn the fundamentals of Git and GitHub — forking, commits, pull
1010

1111
Welcome to the GitHub Basics section. This collection is designed to help beginners get comfortable with Git, GitHub workflows, and making their first open-source contributions.
1212

13-
Whether you're completely new or need a refresher, these guides walk you through practical steps with examples so you can start contributing confidently.
13+
Whether you're completely new or need a refresher, these guides will walk you through practical steps with examples so you can start contributing confidently.
1414

1515
## What you'll learn
1616

docs/GitHub/Maintainer-guide/enable-discussion.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,34 @@ tags: [GitHub, GitHub-development, document-structure, GitHub repo,]
77
description: In this tutorial, you will learn about the how to create a GitHub repo by Online GUI interface.
88
---
99

10-
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
11-
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
10+
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from scratch.
11+
In order to create a project and host, the repository is a place where you add all your program code files and other documentation.
1212

1313
### Prerequisites
1414

15-
- 1. You should have a Github account
16-
- 2. Should have a basic understanding of how Git works/ and Git running in your OS.
15+
- 1. You must have a GitHub account.
16+
- 2. You must also have a basic understanding of how Git works and ensure Git is installed and running on your operating system.
1717

18-
### How to create Github Repository
1918

20-
**Step 1:** Go to GitHub page, by default you will be in the Home page as shown below, Step 1 requires you to click on the ``+`` Icon and from the drop down click on the ``New Repository``.
19+
### How to create GitHub Repository
20+
21+
**Step 1:** Go to the GitHub website. By default, you will be on the Home page as shown below. Click on the ``+`` icon in the top-right corner, and from the dropdown, select ``New Repository``.
2122

2223
<BrowserWindow url="https://github.com/recodehive/recode-website" bodyStyle={{padding: 0}}>
2324
[![GitHub](./assets/21-discussion-github.png)](https://github.com/recodehive/recode-website)
2425
</BrowserWindow>
25-
**Step 2:** Specify the name of the Project, make It public or private, for this tutorial you will make it public, Once the repository is gone private the project admin have to give permission or manually added other GitHub user to collaborate or make it visible. This is usual application in the organisation level. The next step check on the readme file, this allows you to create a ``readme.md`` file along with the repository creation. Then click on ``Create repository`` on the button below.
26+
**Step 2:** Specify the name of the project and choose whether to make it public or private. For this tutorial, we’ll make it public.
27+
28+
Once a repository is made private, the project admin must manually grant permission to other GitHub users to collaborate or view it. This is a common practice at the organizational level.
29+
30+
Next, check the box to include a README file—this will automatically create a ``README.md`` file along with the repository. Finally, click on ``Create repository`` at the bottom.
2631

2732

2833
<BrowserWindow url="https://github.com/recodehive/recode-website/milestones" bodyStyle={{padding: 0}}>
2934
[![GitHub](./assets/22-success-dashboard.png)](https://github.com/recodehive/recode-website/milestones)
3035
</BrowserWindow>
3136

32-
Upon creation you will get a screen like this below, the explanation of each elements is mentioned below.
37+
Once the repository is created, you’ll see a screen like the one below. The explanation of each elements is mentioned below.
3338

3439
<BrowserWindow url="https://github.com/recodehive/recode-website/milestones" bodyStyle={{padding: 0}}>
3540
[![GitHub](./assets/23-github-discussion.png)](https://github.com/recodehive/recode-website/milestones)
@@ -47,7 +52,7 @@ Upon creation you will get a screen like this below, the explanation of each ele
4752

4853
## Changing Readme and Adding more files.
4954

50-
Im going to add my resume and add my name as heading to the ``readme.md`` file
55+
I'm going to add my resume and add my name as heading to the ``README.md`` file
5156

5257
<BrowserWindow url="https://github.com/recodehive/recode-website/milestones/new" bodyStyle={{padding: 0}}>
5358
[![GitHub](./assets/24-start-github-discussion.png)](https://github.com/recodehive/recode-website/milestones/new)
@@ -93,13 +98,13 @@ When the above HTML code is rendered in a browser, it will display the following
9398

9499
## Committing the changes.
95100

96-
Im going to add my resume and add my name as heading to the ``readme.md`` file
101+
I'm going to add my resume and add my name as heading to the ``README.md`` file
97102

98103
<BrowserWindow url="https://github.com/recodehive/recode-website/milestones?with_issues=no" bodyStyle={{padding: 0}}>
99104
[![GitHub](./assets/25-start new discussion.png)](https://github.com/recodehive/recode-website/milestones?with_issues=no)
100105
</BrowserWindow>
101106

102-
Here is the step where they need adding additional comments
107+
This is the step where you need to add additional comments.
103108

104109
<BrowserWindow url="https://github.com/recodehive/recode-website/milestones?with_issues=no" bodyStyle={{padding: 0}}>
105110
[![GitHub](./assets/26-final-discussion.png)](https://github.com/recodehive/recode-website/milestones?with_issues=no)
@@ -111,7 +116,7 @@ https://github.com/sanjay-kv/Git-Demo
111116

112117
### Now let's upload your resume
113118

114-
Im going to add my resume and add my name as heading to the ``readme.md`` file
119+
I'm going to add my resume and add my name as heading to the ``README.md`` file
115120

116121
<BrowserWindow url="https://github.com/recodehive/recode-website/issues/21" bodyStyle={{padding: 0}}>
117122
[![GitHub](./assets/27-announce-github.png)](https://github.com/recodehive/recode-website/issues/21)
@@ -128,4 +133,5 @@ Now you will be able to see the uploaded resume.
128133

129134
## Conclusion
130135

131-
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
136+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page.
137+
A HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.

0 commit comments

Comments
 (0)