zacharylayne / ConstTypeArgs

Provides a framework for defining types that can be used to pass constant & static values as generic type arguments. These can be used in static contexts (such as static constructors & static methods), reduce the need to pass arguments through instance constructors, add compile-time validation, and more.
MIT License
3 stars 0 forks source link

Add CONTRIBUTING.md #74

Closed zacharylayne closed 2 months ago

zacharylayne commented 3 months ago

Add a file with information on how to contribute to the repo.

zacharylayne commented 2 months ago

Added CONTRIBUTING.md file with details on how to contribute to the repo.