Skip to content

Commit

Permalink
Some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziv-Barber committed May 15, 2020
1 parent 903b3b1 commit 4bfff80
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE/PR_SUBMIT_FILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,18 @@

description goes here...

- [] Your file must demonstrate a feature or a tool/version that created this file (for example: Office 2019 for Mac).
- [] Make sure that your file is not too big. Few MB max.
- [] No sensitive, illegal, secret, copyrighted stuff!
- [] Please check if someone already posted similar file in the files-for-parsing branch.
- [] Clone the files-for-parsing branch:

```
git clone --single-branch --branch files-for-parsing https://github.com/Ziv-Barber/officegen.git
```

- [] Create a directory to hold your files:
- [ ] Your file must demonstrate a feature or a tool/version that created this file (for example: Office 2019 for Mac).
- [ ] Make sure that your file is not too big. Few MB max.
- [ ] No sensitive, illegal, secret, copyrighted stuff!
- [ ] Please check if someone already posted similar file in the files-for-parsing branch.
- [ ] Create a directory to hold your files:
- project-root-directory/pptx_files/your-github-user = for Powerpoint files.
- project-root-directory/docx_files/your-github-user = for Word files.
- project-root-directory/xlsx_files/your-github-user = for Excel files.
- [] For each file you need to create 2 files:
- [] The example file itself. Name it related to the feature that you requesting.
- [] Create .md file with the SAME base name as the example file. Use the template:
- [ ] For each file you need to create 2 files:
- [ ] The example file itself. Name it related to the feature that you requesting.
- [ ] Create .md file with the SAME base name as the example file. Use the template:
- project-root-directory/_templates/pptx_files/x_files/example.md = for Powerpoint files.
- project-root-directory/_templates/docx_files/x_files/example.md = for Word files.
- project-root-directory/_templates/xlsx_files/x_files/example.md = for Excel files.
- [] Don't change anything else outside your github user directory under either pptx_files, docx_files or xlsx_files!
- [] Click [here](https://github.com/Ziv-Barber/officegen/compare/files-for-parsing...your-branch?expand=1&template=PR_SUBMIT_FILE.md) to create a PR.
- [ ] Don't change anything else outside your github user directory under either pptx_files, docx_files or xlsx_files!

0 comments on commit 4bfff80

Please sign in to comment.