Merge branch 'master' of github.com:jessesquires/.github
This commit is contained in:
commit
35998e3d60
27
README.md
27
README.md
@ -1,30 +1,3 @@
|
||||
# .github
|
||||
|
||||
*Default [community health files](https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file) for all of my open-source projects*
|
||||
|
||||
## README template
|
||||
|
||||
Boilerplate to add to `README.md` files.
|
||||
|
||||
```markdown
|
||||
## Contributing
|
||||
|
||||
Interested in making contributions to this project? Please review the guides below.
|
||||
|
||||
- [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)
|
||||
- [Code of Conduct](https://github.com/jessesquires/.github/blob/master/CODE_OF_CONDUCT.md)
|
||||
- [Support and Help](https://github.com/jessesquires/.github/blob/master/SUPPORT.md)
|
||||
- [Security Policy](https://github.com/jessesquires/.github/blob/master/SECURITY.md)
|
||||
|
||||
Also, consider [sponsoring this project](https://www.jessesquires.com/sponsor/) or [buying my apps](https://www.hexedbits.com)! ✌️
|
||||
|
||||
## Credits
|
||||
|
||||
Created and maintained by [**@jesse_squires**](https://twitter.com/jesse_squires).
|
||||
|
||||
## License
|
||||
|
||||
Released under the MIT License. See `LICENSE` for details.
|
||||
|
||||
>**Copyright © YEAR-present Jesse Squires.**
|
||||
```
|
||||
|
@ -13,4 +13,32 @@ These must be copied to new repositories, and updated with project-specific deta
|
||||
|
||||
### Templates
|
||||
|
||||
- `IDETemplateMacros.plist` to [customize Xcode header comments](https://oleb.net/blog/2017/07/xcode-9-text-macros/). Must be placed in `<ProjectName>.xcodeproj/xcshareddata/IDETemplateMacros.plist` or `<WorkspaceName>.xcworkspace/xcshareddata/IDETemplateMacros.plist`.
|
||||
- `IDETemplateMacros.plist` to [customize Xcode header comments](https://oleb.net/blog/2017/07/xcode-9-text-macros/).
|
||||
Must be placed in `<ProjectName>.xcodeproj/xcshareddata/IDETemplateMacros.plist` or `<WorkspaceName>.xcworkspace/xcshareddata/IDETemplateMacros.plist`.
|
||||
|
||||
## README template
|
||||
|
||||
Boilerplate to add to `README.md` files.
|
||||
|
||||
```markdown
|
||||
## Contributing
|
||||
|
||||
Interested in making contributions to this project? Please review the guides below.
|
||||
|
||||
- [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)
|
||||
- [Code of Conduct](https://github.com/jessesquires/.github/blob/master/CODE_OF_CONDUCT.md)
|
||||
- [Support and Help](https://github.com/jessesquires/.github/blob/master/SUPPORT.md)
|
||||
- [Security Policy](https://github.com/jessesquires/.github/blob/master/SECURITY.md)
|
||||
|
||||
Also, consider [sponsoring this project](https://www.jessesquires.com/sponsor/) or [buying my apps](https://www.hexedbits.com)! ✌️
|
||||
|
||||
## Credits
|
||||
|
||||
Created and maintained by [**@jesse_squires**](https://twitter.com/jesse_squires).
|
||||
|
||||
## License
|
||||
|
||||
Released under the MIT License. See `LICENSE` for details.
|
||||
|
||||
>**Copyright © YEAR-present Jesse Squires.**
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user