diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md new file mode 100644 index 0000000..9218724 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -0,0 +1,3 @@ +# Description + +# Screenshots diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE/feature.md b/.github/workflows/PULL_REQUEST_TEMPLATE/feature.md deleted file mode 100644 index 2ce3622..0000000 --- a/.github/workflows/PULL_REQUEST_TEMPLATE/feature.md +++ /dev/null @@ -1,8 +0,0 @@ -## Feature Description -- Brief description of the feature. - -## Related Issues -- Link to related issues. - -## Implementation Notes -- Notes or design decisions made during implementation. diff --git a/README.md b/README.md index bed20c5..7b9ff7c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rust-renderer -Toy rendering project that helped me to learn rust. +Rendering project that helped me to learn rust. In essence, it's a renderer that can take any 3D model and render it. It doesn't use GPU acceleration, only `minifb` for the window and a frame buffer.