Skip to content

Commit

Permalink
added CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0Armaan025 committed Oct 21, 2023
1 parent 91ad395 commit ba4819b
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
60 changes: 60 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# 🚀 Contribute to My Amazing Fork of MNN 🤖

Thank you for considering contributing to this fantastic fork of MNN! Your contributions are like rocket fuel for this project, propelling us to new heights. Whether you're smashing bugs, adding awesome features, or turbocharging our documentation, you're a key player in this AI adventure. 🌟

## Table of Contents
- [How Can You Contribute?](#how-can-you-contribute)
- [🐞 Reporting Issues](#reporting-issues)
- [✨ Feature Requests](#feature-requests)
- [🚀 Pull Requests](#pull-requests)
- [📝 Coding Guidelines](#coding-guidelines)
- [📜 License](#license)

## How Can You Contribute?

There are several ways you can be part of this AI extravaganza:

1. **🐞 Report Issues:** Help us exterminate those pesky bugs by reporting them.
2. **✨ Feature Requests:** Suggest mind-blowing features and improvements.
3. **🚀 Pull Requests:** Strap in and contribute code to launch this project to the stars.
4. **📝 Documentation Improvements:** Create clear and engaging documentation to make our mission crystal clear.
5. **📣 Spread the Word:** Shout about this project from the mountaintops and share it with fellow space explorers.

## 🐞 Reporting Issues

If you stumble upon a space-time anomaly or any other glitches, please report them. We're looking for detailed, time-travel-quality issue reports. 🌀 Here's how to do it:

1. Check if the issue has already been reported in the [🔍 Issues](https://github.com/alibaba/MNN/issues) section.
2. If it's an uncharted territory, hit the "New Issue" button and provide a clear and descriptive title, along with details about the anomaly.
3. Share any relevant information, like star maps, your spacecraft's operating system, and steps to recreate the anomaly.

## ✨ Feature Requests

Got a groundbreaking idea that could revolutionize our AI galaxy? Share it with us! Here's how to request a feature:

1. Check if your concept is already orbiting in the [🔍 Issues](https://github.com/alibaba/MNN/issues) section.
2. If it's a new feature request, press the "New Issue" button and use the "Feature Request" template to beam down the details of your vision.

## 🚀 Pull Requests

We invite you to join us on this cosmic journey. To submit a pull request, follow these stellar steps:

1. 🌌 Fork this repository and create your very own starbase.
2. Blast off with a `new-branch` branch for your galactic changes.
3. Make your modifications, ensuring your code adheres to the project's cosmic coding guidelines.
4. Perform gravity-defying tests to verify that your changes are warp-speed ready.
5. Document your discoveries and provide clear commit messages.
6. Transmit your changes to your starbase by pushing to your fork.
7. Launch a pull request to the `new-branch` branch of this repository, and we'll navigate the rest of the way together.

Our starship will review your pull request, communicate in warp speed, and collaborate to merge it into the main repository.

## 📝 Coding Guidelines

Please ensure your code adheres to the coding guidelines and coding style used in the original MNN project. Consistency in coding style helps maintain the integrity of our codebase.

## 📜 License

By joining this interstellar mission, you agree that your contributions will be licensed under the Apache 2.0 LICENSE. Together, we'll explore the AI universe and make it an exciting and accessible journey for all sentient beings in the galaxy. 🌌

Thank you for contributing to this amazing fork of MNN! Together, we'll reach the stars and beyond. 🚀🌠
36 changes: 36 additions & 0 deletions MNN.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3rd_party", "3rd_party", "{5CD18987-C4CA-49D5-942F-14B15F46B1ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "flatbuffers", "flatbuffers", "{89B04BB7-86CB-4D4F-B65C-C3D0995DBD36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{797AC14A-1653-469D-A240-76EF0F36E60A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlatBuffers.Test", "3rd_party\flatbuffers\tests\FlatBuffers.Test\FlatBuffers.Test.csproj", "{E5A80CC7-62B1-4887-B637-455F34CCC9B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5A80CC7-62B1-4887-B637-455F34CCC9B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5A80CC7-62B1-4887-B637-455F34CCC9B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5A80CC7-62B1-4887-B637-455F34CCC9B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5A80CC7-62B1-4887-B637-455F34CCC9B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89B04BB7-86CB-4D4F-B65C-C3D0995DBD36} = {5CD18987-C4CA-49D5-942F-14B15F46B1ED}
{797AC14A-1653-469D-A240-76EF0F36E60A} = {89B04BB7-86CB-4D4F-B65C-C3D0995DBD36}
{E5A80CC7-62B1-4887-B637-455F34CCC9B3} = {797AC14A-1653-469D-A240-76EF0F36E60A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11D826E1-518B-4BC2-8E45-03F5F48170D6}
EndGlobalSection
EndGlobal

0 comments on commit ba4819b

Please sign in to comment.