Giter Club home page Giter Club logo

Comments (3)

pchote avatar pchote commented on May 20, 2024

I have made a start on a CONTRIBUTING.md for this repo taking some hints from https://github.com/nayafia/contributing-template/blob/master/CONTRIBUTING-template.md

Suggestions and comments are encouraged:

OpenRA Mod SDK Contributing Guidelines

Thank you for your interest in OpenRA, OpenRA modding, and the OpenRA Mod SDK. OpenRA is an open source project, and our community members – you – are the driving force behind it. There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into OpenRA, the Mod SDK, or our other sub-projects.

Please note that this repository is specifically for the scripts and infrastructure used to develop and build mods; bugs and feature requests against OpenRA itself should be directed to the main OpenRA/OpenRA repository. If you do come across a bug with the Mod SDK, or would like to request a new feature, then please take a look at the issue tracker first to see if it has already been reported.

When developing new features, it is important to make sure that they work on all our supported platforms. Right now, this means Windows >= 7, macOS >= 10.7, and Linux. We would like to also support *BSD, but do not currently have a means to test this.

Some issues to be aware of include:

  • Use http://www.shellcheck.net/ to confirm POSIX compatibility of *.sh scripts.
  • Avoid non-standard gnu extensions to common Unix tools (e.g. the -f flag from GNU readlink)

While your pull-request is in review it will be helpful if you join IRC to discuss the changes.

See also the in-depth guide on contributing on the main OpenRA project wiki. Most of the content on this page also applies to the Mod SDK.

from openramodsdk.

reaperrr avatar reaperrr commented on May 20, 2024

A sentence or two here about identifying bugs and filing reports

My suggestion:

If you come across a bug, please give our issue tracker a look first to see if someone else already reported the bug you encountered. If that doesn't appear to be the case, we recommend using our template to file a report: link to template

from openramodsdk.

pchote avatar pchote commented on May 20, 2024

Fixed by b66892e.

from openramodsdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.