You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Guidelines for contributing to NOMAD - A blackbox optimization software.
2
+
3
+
### NOMAD 4
4
+
For questions, bugs, feature requests and other issues, please open a new issue at https://github.com/bbopt/nomad/issues.
5
+
To add a feature, especially if it involves algorithmic developments, or to otherwise suggest changes to the code, do [contact us](mailto:nomad@gerad.ca) for more information.
6
+
7
+
### NOMAD 3
8
+
NOMAD 3 is still available. It is not on GitHub. For any question or issue specific to NOMAD 3, [email us](mailto:nomad@gerad.ca).
9
+
10
+
### Questions
11
+
We are happy to help. An issue may be opened with the question, or you can [email us](mailto:nomad@gerad.ca).
12
+
13
+
### Bugs
14
+
Make sure to include these informations:
15
+
* A clear description of the bug, with the expected behavior
16
+
* Steps to reproduce
17
+
* OS / platform
18
+
* NOMAD version
19
+
* It may be useful to have a trace of the output with the parameter `DISPLAY_DEGREE 4`
20
+
21
+
### Features / Enhancements
22
+
If the feature is already in the list of issues, input should be added to that issue. Otherwise, a new issue may be opened. Please check the [roadmap](https://github.com/bbopt/nomad/ROADMAP.md) for upcoming features.
23
+
24
+
### Pull requests
25
+
We will review carefully pull requests, but we will not merge them directly. Our current development path involves a private repository that we may update with the suggested changes before updating the public repository.
0 commit comments