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
version 9.40
Added a pre-commit code
Formating: dot net format
Added new logic to optimize policy based on comments
SmartConnector : Adding the option to reuse a group name rather than creating a new one so all the data will be added to the existing name
slicing custom-fields.field-1 in case exceeded 250 chars
Copy file name to clipboardExpand all lines: .github/contributing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## Code and testing requirements:
2
-
- The tool is developed using Microsoft C# language and .NET framework version 4.5 (WPF application).
2
+
- The tool is developed using Microsoft C# language and .NET framework version 4.5 (WPF application).
3
3
- The project solution file is configured for Microsoft Visual Studio 2012 (C# v5).
4
4
- Do not add new external libraries or any 3rd party code (open source or commercial).
5
-
- The code will be implemented with high quality standards. It should be designed well, refactored for easy reuse and easy maintenance, efficient as possible, readable and well documented.
5
+
- The code will be implemented with high quality standards. It should be designed well, refactored for easy reuse and easy maintenance, efficient as possible, readable and well documented.
6
6
- Verify functionality and correctness of the tool, including end-to-end testing & QA.
7
-
7
+
8
8
## Committing code to GitHub:
9
9
- Commit/PR name needs to be meaningful and explain the change and not the issue it solves. For example: User is suffering from failure due to host name collision – commit name would be: “Handle host creation in case of name duplications”.
10
10
- Commit/PR description needs to contain more details about the issue and the solution.
0 commit comments