Update: update readme.md

This commit is contained in:
vcaesar 2025-11-25 07:05:10 -08:00
parent 0631b21f30
commit 1f77ac38fc
3 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,10 @@
## Introduction
This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md). <!--Sensitive security-related issues should be reported to [security@Robotgo.io](mailto:security@Robotgo.io.)-->
This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md).
Sensitive security-related issues should be reported to [info@atomai.cc](info@atomaicc).
<!-- [security@Robotgo.io](mailto:security@Robotgo.io.) -->
## Bug reports
@ -53,8 +56,9 @@ Since the `master` branch is a tip version, if you wish to use Robotgo in produc
Code that you contribute should use the standard copyright header:
```
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// Copyright (c) 2016-2025 AtomAI, All rights reserved.
//
// See the COPYRIGHT file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

View file

@ -28,8 +28,6 @@ RobotGo supports Mac, Windows, and Linux (X11); and robotgo supports arm64 and x
- [Cross-Compiling](https://github.com/go-vgo/robotgo/blob/master/docs/install.md#crosscompiling)
- [Authors](#authors)
- [Plans](#plans)
<!-- - [Contributors](#contributors) -->
- [License](#license)
## Docs
@ -513,7 +511,6 @@ func main() {
- [The author is Evans](https://github.com/vcaesar)
- [Maintainers](https://github.com/orgs/go-vgo/people)
<!-- - [Contributors](https://github.com/go-vgo/robotgo/graphs/contributors) -->
## Plans

View file

@ -1,5 +1,6 @@
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// Copyright (c) 2016-2025 AtomAI, All rights reserved.
//
// See the COPYRIGHT file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or