Provide github templates that redirect users to gitlab.

Now that VTK-m is mirrored to github, we should provide templates
for users that redirects them to the primary repository.
This commit is contained in:
Robert Maynard 2019-06-03 14:55:46 -04:00
parent d4fffe3f2b
commit ea404030cd
2 changed files with 7 additions and 0 deletions

2
.github/issue_template.md vendored Normal file

@ -0,0 +1,2 @@
Thanks for trying to contribute to VTK-m. The GitHub repository is a mirror provided
for convenience, as VTK-m uses https://gitlab.kitware.com/vtk/vtk-m/issues for issue tracking.

5
.github/pull_request_template.md vendored Normal file

@ -0,0 +1,5 @@
Thanks for trying to contribute to VTK-m. The GitHub repository
is a mirror provided for convenience, as VTK-m uses gitlab.kitware.com
for all pull requests. Our contribution instructions are located at:
https://gitlab.kitware.com/vtk/vtk-m/tree/master/CONTRIBUTING.md