Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] Contribution Suggestions SUMO
  • From: Sabri Bektas <sabri.bektas@xxxxxxxxxxx>
  • Date: Sun, 16 Jan 2022 19:26:12 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=IAmrz7ciBrpuuEC0wyoYkQf4DtImRGoRddvM480qm14=; b=VkaJFBym8HixXcaK8ePcjkcrTnFhgMpulSlfzTYdvX5glwPU1hkBjCX1C+hLvEzdd6apvP7/r2Kf0t5Bct30VnLC0A9/8D8OQeC1agkJaTPnpKmzGkt9CfS2VfgAyhasuS6xGD/yxg5hWQOXvS61bMp4Njf5GjUT9eHdd0BUz7yI7aZWlAzOvbwu/k2JnhUwztTFX7KqpGPfyjRDJBk1d6sMOKr4cECMB3d7wSccXR4BxQGbMvN176ddnnqpP1L9QJNBCQeUIHGjy3lke0dTj35Ai4K8GcMiJjYfUl691T6Z8mcvklmR7PX6NLb10iQHz1Nl42pl9uNp9PlCZBjoow==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OWOHeEk7hgmJb/MjNLbv+7IrdzDWmE1pH5SyEFgFqp7Ns/A7K4FM1q68DJBDfyKf8/A2SVti3AHsqheXH3EIceYn1a88mP/kBJ3C5jt9HCIOq/Mo9sJqoGb8Oh/5UYEPIiX/snBE1WoJvSEsbbeSVUK1F96+yHgXF424AR6ibk7BRFjrD4eOe9o1lCZrqEvKn8PE1hkLJcWpRYbhnlS48VLeSRqJema3QPEt+2sqcZLwJwmWe/XEoA9CqpIwu/u8gRioBiGb1+b5ojluXBtX5htjcfS+tT2/f6NOBx4m+BK8/QP6sRaDeg2g8kmAzkQt3OxfElYq40pAE3BJq0RMRw==
  • Delivered-to: sumo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-dev/>
  • List-help: <mailto:sumo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: b85641c2-be25-883b-ebea-404477dbccec
  • Thread-index: AQHYCt6T0yslZ2c4R06mwr14x4tAdKxlzueAgAAn2KM=
  • Thread-topic: [sumo-dev] Contribution Suggestions SUMO

Hi,

thanks for the quick respond 😄
I am a beginner to SUMO: I build the project on my local machine (Ubuntu 20.04 LTS), did some tutorials like https://sumo.dlr.de/docs/Tutorials/Hello_World.html, and used the osmWebWizard.py.
The work you guys did is really impressive and i have huge interests to be a (small) part of it. 

I would like to finish within 3 weeks, due to my upcoming exam period 😕. Per week i can invest like 10-15 hours.
My programming skills cover Python, Java, C++, ... (from which Python is my best).
I would like to work on issues like: 
But i would need further information on these.

Thanks for the suggestions.

Best wishes,

Sabri








Von: sumo-dev <sumo-dev-bounces@xxxxxxxxxxx> im Auftrag von Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Gesendet: Sonntag, 16. Januar 2022 17:01
An: sumo developer discussions <sumo-dev@xxxxxxxxxxx>
Betreff: Re: [sumo-dev] Contribution Suggestions SUMO
 
Hello,
contributions to SUMO are always welcome.
The recommended  area of contribution depends on your previous knowledge (i.e. programming in C++ or python), your level of experience with SUMO and the time you wish to invest.
An ideal (code) contribution cycle looks like this:
- ensure that you meet the requirements for code contribution (https://sumo.dlr.de/docs/FAQ.html#how_do_code_contributions_work)
- select an existing issue to work on from our issue tracker or propose a new issue (https://github.com/eclipse/sumo/labels/good%20first%20issue)
- consult with the developers if you are unsure about the intended enhancement or bug
- create example inputs / failing test cases
- write code that makes those examples succeed
- learn how to run our test suite (https://sumo.dlr.de/docs/Developer/Tests.html) and ensure that your changes are compatible with existing tests
- create a pull request and wait for it to be reviewed / merged

regards,
Jakob



Am So., 16. Jan. 2022 um 14:41 Uhr schrieb Sabri Bektas <sabri.bektas@xxxxxxxxxxx>:
Dear SUMO Developers,

as a part of the lecture Simulation Software Engineering (at the University of Stuttgart) I would like to contribute something to SUMO.  I am pursuing a master's degree in informatics.
The goal of the aforementioned lecture is to contribute to an open source project as part of a personal challenge, in order to go through a whole contribution cycle "in real life" and complete all phases. The focus of this contribution is on learning how to work on a larger project. Consequently, it does not necessarily need to be on a scientific topic, e.g. implementing a tutorial or fixing bugs, but can also be a task like writing something for the documentation or homepage etc.
Since I don't just want to e.g. fix some typos, I am open to suggestions in order to contribute something useful to SUMO.

Thanks in advance.

Best regards,

Sabri Bektas
_______________________________________________
sumo-dev mailing list
sumo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-dev

Back to the top