A repository that contains different basic design templates for open-source graphics softwares like GIMP, Scribus, Inkscape, Synfig and Blender. All contributions are welcome, but please ensure that all raw files are in the native format of the above softwares only.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For a detailed tutorial on how to contribute, refer to CONTRIBUTING.md
file.
- Fork this Project
- Clone your forked copy to your system (
git clone project_url
) - Navigate to your project Directory (
cd repo_name
) - Create your Feature Branch (
git checkout -b branchname
) - Make the desired changes and add your features
- Add your Changed files (
git add .
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin branchname
) - Open a Pull Request