Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request guideline #4

Closed
MomoDeve opened this issue Jun 25, 2020 · 0 comments
Closed

feature request guideline #4

MomoDeve opened this issue Jun 25, 2020 · 0 comments
Labels
guide explains how to work with project or its github page

Comments

@MomoDeve
Copy link
Member

If you are really interested in this project and want to use it (or at least do some things with it), you can request new features by creating an issue. Here is small guide how to do this to make developers life easier and get positive feedback:

  • Check if this feature already in list on project's trello board. If it is, this means that I will implement it in the future
  • Describe feature in depth: what should it do, should it be a component, provide editor-API, be cross-platform?
  • Leave a link to already existing solutions (if any) or reference to other applications which done it and have good interface
  • Put some code snippets of usage, for example, if you request saving texture to a file, you can write it as below:
// feature: save texture to a file
auto texture = camera->GetTexture();
FileManager::SaveImage("path/to.texture", texture); // writing data to a file

I promise that I will consider every suggestion and try my best to implement it as soon as possible. If you really want to see it in the engine, create a pull request and I will definitely review it.

@MomoDeve MomoDeve added the guide explains how to work with project or its github page label Jun 25, 2020
@MomoDeve MomoDeve pinned this issue Jun 25, 2020
@asc-community asc-community locked as resolved and limited conversation to collaborators Jun 25, 2020
@MomoDeve MomoDeve unpinned this issue Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
guide explains how to work with project or its github page
Projects
None yet
Development

No branches or pull requests

1 participant