-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ganbayar Gansukh
committed
Jul 15, 2021
1 parent
ffc609c
commit 78fd5b3
Showing
2 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# csengineering | ||
Glossaries and key numbers of computer science and software development | ||
# Computer Science and Software Engineering Glossary | ||
Computer science and software development glossaries. | ||
|
||
|
||
## How to Contribute | ||
|
||
Find any typos? Have another resource you think should be included? Contributions are welcome! | ||
|
||
First, fork this repository. | ||
|
||
|
||
Next, clone this repository to your desktop to make changes. | ||
|
||
```sh | ||
$ git clone git@github.com:nomadme/csengineering.git | ||
$ cd csengineering | ||
``` | ||
|
||
Once you've pushed changes to your local repository, you can issue a pull request by clicking on the green pull request icon. | ||
|
||
Instead of cloning the repository to your desktop, you can also go to `filename.md` in your fork on GitHub.com, hit the Edit button (the button with the pencil) to edit the file in your browser, then hit the `Propose file change` button, and finally make a pull request. |